Shades of Light Green #90DC92
Tints of Light Green #90DC92
RGB
CMYK
RGB Variations
Color information
#90DC92 (or 0x90DC92) is known color: Light Green. HEX triplet: 90, DC and 92. RGB value is (144,220,146). Sum of RGB (Red+Green+Blue) = 144+220+146=510 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.24% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #90DC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DC92 is #6F236D. Grayscale: #BDBDBD. Windows color (decimal): -7283566 or 9624720. OLE color: 9624720.
HSL color Cylindrical-coordinate representation of color #90DC92: hue angle of 121.58º 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 #90DC92 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 220 | 146 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.14 |
| HSL | 121.58º | 0.52% | 0.71% | - |
| HSV(B) | 121.58º | 0.35% | 0.86% | - |
| XYZ | 42.28 | 59.19 | 36.39 | - |
| YUV | 188.84 | 103.82 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 220 | 146 | 0.35 | 0 | 0.34 | 0.14 | 121.58 | 0.52 | 0.71 |
| Hex | 90 | DC | 92 | 23 | 0 | 22 | E | 7A | 34 | 47 |
| Octal | 220 | 334 | 222 | 43 | 0 | 42 | 16 | 172 | 64 | 107 |
| Binary | 10010000 | 11011100 | 10010010 | 100011 | 0 | 100010 | 1110 | 1111010 | 110100 | 1000111 |
Color Harmonies of #90DC92
Complementary color
Monochromatic Colors of #90DC92
Black with #90DC92
Text Example
Text Example
White with #90DC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DC92; }
p { color: rgb(144,220,146); }
H1.HeaderClassName
{
color: #90DC92;
}
.AnyTagClassName
{
color: #90DC92;
}
</style>
background-color css
<style>
a { background-color: #90DC92; }
a { background-color: rgb(144,220,146); }
div.DivClassName
{
background-color: #90DC92;
}
.BgClassName
{
background-color: #90DC92;
}
</style>
border-color css
<style>
span { border-color: #90DC92; }
span { border-color: rgb(144,220,146); }
td.TdClassName
{
border-color: #90DC92;
}
.TagClassName
{
border-color: #90DC92;
}
</style>