Shades of Light Green #90F292
Tints of Light Green #90F292
RGB
CMYK
RGB Variations
Color information
#90F292 (or 0x90F292) is known color: Light Green. HEX triplet: 90, F2 and 92. RGB value is (144,242,146). Sum of RGB (Red+Green+Blue) = 144+242+146=532 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.07% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 242 - color contains mainly: green. Hex color #90F292 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90F292 is #6F0D6D. Grayscale: #CACACA. Windows color (decimal): -7277934 or 9630352. OLE color: 9630352.
HSL color Cylindrical-coordinate representation of color #90F292: hue angle of 121.22º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90F292 is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 242 | 146 | - |
| CMYK | 0.40 | 0 | 0.40 | 0.05 |
| HSL | 121.22º | 0.79% | 0.76% | - |
| HSV(B) | 121.22º | 0.4% | 0.95% | - |
| XYZ | 48.44 | 71.51 | 38.44 | - |
| YUV | 201.75 | 96.53 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 242 | 146 | 0.40 | 0 | 0.40 | 0.05 | 121.22 | 0.79 | 0.76 |
| Hex | 90 | F2 | 92 | 28 | 0 | 28 | 5 | 79 | 4F | 4C |
| Octal | 220 | 362 | 222 | 50 | 0 | 50 | 5 | 171 | 117 | 114 |
| Binary | 10010000 | 11110010 | 10010010 | 101000 | 0 | 101000 | 101 | 1111001 | 1001111 | 1001100 |
Color Harmonies of #90F292
Complementary color
Monochromatic Colors of #90F292
Black with #90F292
Text Example
Text Example
White with #90F292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F292; }
p { color: rgb(144,242,146); }
H1.HeaderClassName
{
color: #90F292;
}
.AnyTagClassName
{
color: #90F292;
}
</style>
background-color css
<style>
a { background-color: #90F292; }
a { background-color: rgb(144,242,146); }
div.DivClassName
{
background-color: #90F292;
}
.BgClassName
{
background-color: #90F292;
}
</style>
border-color css
<style>
span { border-color: #90F292; }
span { border-color: rgb(144,242,146); }
td.TdClassName
{
border-color: #90F292;
}
.TagClassName
{
border-color: #90F292;
}
</style>