COLOR #90C775

HEX: #90C775
RGB: (144,199,117)

Renk bilgisi

#90C775 contains mainly red and green colors. #90C775 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#90C775 color RGB value is (144,199,117).

  • kırmız ton 144;
  • yeşil ton 199;
  • mavi ton 117.
RGB:
(144,199,117)
(56%,78%,46%)

RGB bağlantıları ve doygunluk

R 144 of 255 = 56%
G 199 of 255 = 78%
B 117 of 255 = 46%

144
199
117

R + G + B ~ 60%. #90C775 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
144 + 199 + 117 = 460 (100%)
R 144 of 460 ~ 31.3%
G 199 of 460 ~ 43.26%
B 117 of 460 ~ 25.43%

%31.3
%43.26
%25.43

CMYK RENK MODELİ

#90C775 rengi CMYK tonu (28,0,41,22).

  • camgöbeği tonu 27.64%
  • eflatun tonu 0.00%
  • sarı tonu 41.21%
  • ana renk tonu 21.96%
CMYK:
(28,0,41,22)
C28M0Y41K22 
(28%,0%,41%,22%)
(0.28/0.00/0.41/0.22)	

CMYK yüzdeleri

%27.64
%0
%41.21
%21.96

Codes

Color #90C775 in popluar color models

90C775
RGB144199117
HSL100°42.27%61.96%
HSB/HSV100°41.21%78.04%
CMYK27.64%0.00%41.21%
21.96%

Color #90C775 in popluar number systems.

HEX90C775
Decimal144199117
Binary10010000110001111110101
Octal220307165

Shades and tints

Shades of #90C775

#90C775
(144,199,117)
#83B56B
(131,181,107)
#76A361
(118,163,97)
#699157
(105,145,87)
#5C7F4D
(92,127,77)
#4F6D43
(79,109,67)
#425B39
(66,91,57)
#35492F
(53,73,47)
#283725
(40,55,37)
#1B251B
(27,37,27)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #90C775

#90C775
(144,199,117)
#9ACC81
(154,204,129)
#A4D18D
(164,209,141)
#AED699
(174,214,153)
#B8DBA5
(184,219,165)
#C2E0B1
(194,224,177)
#CCE5BD
(204,229,189)
#D6EAC9
(214,234,201)
#E0EFD5
(224,239,213)
#EAF4E1
(234,244,225)
#F4F9ED
(244,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90C775 color. Also use rgb(144,199,117) instead hex code.

Text Font Color

.myTextColor { color: #90C775; }

<p style="color:#90C775">This sample text font color is #90C775.</p>

This text font color is #90C775.


Background Color

.myBgColor { background-color: #90C775; }

<div style="background-color:#90C775">Inner text</div>

This div background color is #90C775.


Border color

.myBorderColor { border: 1px solid #90C775; }

<div style="border:3px solid #90C775">Div</div>

This div border color is #90C775.


Opacity

.myOpacity80 { color: #90C775; opacity: 0.8; }

<p style="color:#90C775;opacity:0.8;">80%</p>

Text with #90C775 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #90C775;}

<p style="text-shadow: 3px 3px 1px #90C775">Text here.</p>

This text has shadow with #90C775 color.

.textShadow {text-shadow: 3px 3px 1px #90C775, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #90C775, 5px 5px 20px red">Text here.</p>

This text has shadow with #90C775 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#90C775, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#90C775, Direction=45, Strength=4)">Text</p>

This text has shadow with #90C775 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #90C775;
  -webkit-box-shadow:	1px 1px 3px 2px #90C775;
  box-shadow:		1px 1px 3px 2px #90C775;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #90C775;
-webkit-box-shadow: 1px 1px 3px 2px #90C775;
box-shadow:1px 1px 3px 2px #90C775;">
Div content here</div>
This div box has shadow with color #90C775.

Preview

Color preview on black background

This text has color #90C775 on black background.


Color preview on white background

This text has color #90C775 on white background.



Black color preview on #90C775 background

This text has black color on #90C775 background.


White color preview on #90C775 background

This text has white color on #90C775 background.