Shades of Light Green #90DC93
Tints of Light Green #90DC93
RGB
CMYK
RGB Variations
Color information
#90DC93 (or 0x90DC93) is known color: Light Green. HEX triplet: 90, DC and 93. RGB value is (144,220,147). Sum of RGB (Red+Green+Blue) = 144+220+147=511 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.18% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #90DC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DC93 is #6F236C. Grayscale: #BDBDBD. Windows color (decimal): -7283565 or 9690256. OLE color: 9690256.
HSL color Cylindrical-coordinate representation of color #90DC93: hue angle of 122.37º 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 #90DC93 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 220 | 147 | - |
| CMYK | 0.35 | 0 | 0.33 | 0.14 |
| HSL | 122.37º | 0.52% | 0.71% | - |
| HSV(B) | 122.37º | 0.35% | 0.86% | - |
| XYZ | 42.36 | 59.22 | 36.8 | - |
| YUV | 188.95 | 104.32 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 220 | 147 | 0.35 | 0 | 0.33 | 0.14 | 122.37 | 0.52 | 0.71 |
| Hex | 90 | DC | 93 | 23 | 0 | 21 | E | 7A | 34 | 47 |
| Octal | 220 | 334 | 223 | 43 | 0 | 41 | 16 | 172 | 64 | 107 |
| Binary | 10010000 | 11011100 | 10010011 | 100011 | 0 | 100001 | 1110 | 1111010 | 110100 | 1000111 |
Color Harmonies of #90DC93
Complementary color
Monochromatic Colors of #90DC93
Black with #90DC93
Text Example
Text Example
White with #90DC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DC93; }
p { color: rgb(144,220,147); }
H1.HeaderClassName
{
color: #90DC93;
}
.AnyTagClassName
{
color: #90DC93;
}
</style>
background-color css
<style>
a { background-color: #90DC93; }
a { background-color: rgb(144,220,147); }
div.DivClassName
{
background-color: #90DC93;
}
.BgClassName
{
background-color: #90DC93;
}
</style>
border-color css
<style>
span { border-color: #90DC93; }
span { border-color: rgb(144,220,147); }
td.TdClassName
{
border-color: #90DC93;
}
.TagClassName
{
border-color: #90DC93;
}
</style>