Shades of Light Green #90DA95
Tints of Light Green #90DA95
RGB
CMYK
RGB Variations
Color information
#90DA95 (or 0x90DA95) is known color: Light Green. HEX triplet: 90, DA and 95. RGB value is (144,218,149). Sum of RGB (Red+Green+Blue) = 144+218+149=511 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.18% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #90DA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DA95 is #6F256A. Grayscale: #BCBCBC. Windows color (decimal): -7284075 or 9820816. OLE color: 9820816.
HSL color Cylindrical-coordinate representation of color #90DA95: hue angle of 124.05º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90DA95 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 218 | 149 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.15 |
| HSL | 124.05º | 0.5% | 0.71% | - |
| HSV(B) | 124.05º | 0.34% | 0.85% | - |
| XYZ | 42 | 58.24 | 37.46 | - |
| YUV | 188.01 | 105.98 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 149 | 0.34 | 0 | 0.32 | 0.15 | 124.05 | 0.5 | 0.71 |
| Hex | 90 | DA | 95 | 22 | 0 | 20 | F | 7C | 32 | 47 |
| Octal | 220 | 332 | 225 | 42 | 0 | 40 | 17 | 174 | 62 | 107 |
| Binary | 10010000 | 11011010 | 10010101 | 100010 | 0 | 100000 | 1111 | 1111100 | 110010 | 1000111 |
Color Harmonies of #90DA95
Complementary color
Monochromatic Colors of #90DA95
Black with #90DA95
Text Example
Text Example
White with #90DA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DA95; }
p { color: rgb(144,218,149); }
H1.HeaderClassName
{
color: #90DA95;
}
.AnyTagClassName
{
color: #90DA95;
}
</style>
background-color css
<style>
a { background-color: #90DA95; }
a { background-color: rgb(144,218,149); }
div.DivClassName
{
background-color: #90DA95;
}
.BgClassName
{
background-color: #90DA95;
}
</style>
border-color css
<style>
span { border-color: #90DA95; }
span { border-color: rgb(144,218,149); }
td.TdClassName
{
border-color: #90DA95;
}
.TagClassName
{
border-color: #90DA95;
}
</style>