#90DC96

Color #90DC96 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #90DC96

Tints of Light Green #90DC96

Color information

#90DC96 (or 0x90DC96) is unknown color: approx Light Green. HEX triplet: 90, DC and 96. RGB value is (144,220,150). Sum of RGB (Red+Green+Blue) = 144+220+150=514 (68% of max value = 765). Red value is 144 (56.64% from 255 or 28.02% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #90DC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DC96 is #6F2369. Grayscale: #BDBDBD. Windows color (decimal): -7283562 or 9886864. OLE color: 9886864.

HSL color Cylindrical-coordinate representation of color #90DC96: hue angle of 124.74º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DC96 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB144220150-
CMYK0.3500.320.14
HSL124.74º52.05%71.37%-
HSV(B)124.74º34.55%86.27%-
XYZ42.659.3238.06-
YUV189.3105.8295.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 28.02%
GREEN value IS 220 (86.33% from 255) = 42.80%
BLUE value IS 150 (58.98% from 255) = 29.18%
R=28.02%
G=42.80%
B=29.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1442201500.3500.320.14124.7452.0571.37
Hex90DC9623020E7d3447
Octal220334226430401617564107
Binary1001000011011100100101101000110100000111011111011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90DC96; }

 p { color: rgb(144,220,150); }

 H1.HeaderClassName
 {
   color: #90DC96;
 }
 .AnyTagClassName
 {
   color: #90DC96;
 }
</style>
background-color css

<style>
 a { background-color: #90DC96; }

 a { background-color: rgb(144,220,150); }

 div.DivClassName
 {
   background-color: #90DC96;
 }
 .BgClassName
 {
   background-color: #90DC96;
 }
</style>
border-color css

<style>
 span { border-color: #90DC96; }

 span { border-color: rgb(144,220,150); }

 td.TdClassName
 {
   border-color: #90DC96;
 }
 .TagClassName
 {
   border-color: #90DC96;
 }
</style>