COLOR #90D075

HEX: #90D075
RGB: (144,208,117)

Color info

#90D075 contains mainly green color. Web safe color of #90D075 is #99CC66 (or #9C6).

RGB color model

#90D075 color RGB value is (144,208,117).

  • red value is 144;
  • green value is 208;
  • blue value is 117.
RGB:
(144,208,117)
(56%,82%,46%)

RGB channels and saturation

R 144 of 255 = 56%
G 208 of 255 = 82%
B 117 of 255 = 46%

144
208
117

R + G + B ~ 61%. #90D075 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 208 + 117 = 469 (100%)
R 144 of 469 ~ 30.7%
G 208 of 469 ~ 44.35%
B 117 of 469 ~ 24.95%

%30.7
%44.35
%24.95

CMYK color model

#90D075 color CMYK value is (31,0,44,18).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 18.43%
CMYK:
(31,0,44,18)
C31M0Y44K18 
(31%,0%,44%,18%)
(0.31/0.00/0.44/0.18)	

CMYK percentages

%30.77
%0
%43.75
%18.43

Codes

Color #90D075 in popluar color models

90D075
RGB144208117
HSL102°49.19%63.73%
HSB/HSV102°43.75%81.57%
CMYK30.77%0.00%43.75%
18.43%

Color #90D075 in popluar number systems.

HEX90D075
Decimal144208117
Binary10010000110100001110101
Octal220320165

Shades and tints

Shades of #90D075

#90D075
(144,208,117)
#83BE6B
(131,190,107)
#76AC61
(118,172,97)
#699A57
(105,154,87)
#5C884D
(92,136,77)
#4F7643
(79,118,67)
#426439
(66,100,57)
#35522F
(53,82,47)
#284025
(40,64,37)
#1B2E1B
(27,46,27)
#0E1C11
(14,28,17)
#000000
(0,0,0)

Tints of #90D075

#90D075
(144,208,117)
#9AD481
(154,212,129)
#A4D88D
(164,216,141)
#AEDC99
(174,220,153)
#B8E0A5
(184,224,165)
#C2E4B1
(194,228,177)
#CCE8BD
(204,232,189)
#D6ECC9
(214,236,201)
#E0F0D5
(224,240,213)
#EAF4E1
(234,244,225)
#F4F8ED
(244,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90D075; }

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

This text font color is #90D075.


Background Color

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

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

This div background color is #90D075.


Border color

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

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

This div border color is #90D075.


Opacity

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

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

Text with #90D075 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 #90D075;}

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

This text has shadow with #90D075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90D075 on black background.


Color preview on white background

This text has color #90D075 on white background.



Black color preview on #90D075 background

This text has black color on #90D075 background.


White color preview on #90D075 background

This text has white color on #90D075 background.