Shades of Light Green #90F287
Tints of Light Green #90F287
RGB
CMYK
RGB Variations
Color information
#90F287 (or 0x90F287) is known color: Light Green. HEX triplet: 90, F2 and 87. RGB value is (144,242,135). Sum of RGB (Red+Green+Blue) = 144+242+135=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 135 (53.12% from 255 or 25.91% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #90F287 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90F287 is #6F0D78. Grayscale: #C8C8C8. Windows color (decimal): -7277945 or 8909456. OLE color: 8909456.
HSL color Cylindrical-coordinate representation of color #90F287: hue angle of 114.95º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90F287 is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 242 | 135 | - |
| CMYK | 0.40 | 0 | 0.44 | 0.05 |
| HSL | 114.95º | 0.8% | 0.74% | - |
| HSV(B) | 114.95º | 0.44% | 0.95% | - |
| XYZ | 47.63 | 71.18 | 34.15 | - |
| YUV | 200.5 | 91.03 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 242 | 135 | 0.40 | 0 | 0.44 | 0.05 | 114.95 | 0.8 | 0.74 |
| Hex | 90 | F2 | 87 | 28 | 0 | 2C | 5 | 73 | 50 | 4A |
| Octal | 220 | 362 | 207 | 50 | 0 | 54 | 5 | 163 | 120 | 112 |
| Binary | 10010000 | 11110010 | 10000111 | 101000 | 0 | 101100 | 101 | 1110011 | 1010000 | 1001010 |
Color Harmonies of #90F287
Complementary color
Monochromatic Colors of #90F287
Black with #90F287
Text Example
Text Example
White with #90F287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F287; }
p { color: rgb(144,242,135); }
H1.HeaderClassName
{
color: #90F287;
}
.AnyTagClassName
{
color: #90F287;
}
</style>
background-color css
<style>
a { background-color: #90F287; }
a { background-color: rgb(144,242,135); }
div.DivClassName
{
background-color: #90F287;
}
.BgClassName
{
background-color: #90F287;
}
</style>
border-color css
<style>
span { border-color: #90F287; }
span { border-color: rgb(144,242,135); }
td.TdClassName
{
border-color: #90F287;
}
.TagClassName
{
border-color: #90F287;
}
</style>