Shades of Light Green #90F294
Tints of Light Green #90F294
RGB
CMYK
RGB Variations
Color information
#90F294 (or 0x90F294) is known color: Light Green. HEX triplet: 90, F2 and 94. RGB value is (144,242,148). Sum of RGB (Red+Green+Blue) = 144+242+148=534 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.97% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #90F294 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90F294 is #6F0D6B. Grayscale: #CACACA. Windows color (decimal): -7277932 or 9761424. OLE color: 9761424.
HSL color Cylindrical-coordinate representation of color #90F294: hue angle of 122.45º 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 #90F294 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 242 | 148 | - |
| CMYK | 0.40 | 0 | 0.39 | 0.05 |
| HSL | 122.45º | 0.79% | 0.76% | - |
| HSV(B) | 122.45º | 0.4% | 0.95% | - |
| XYZ | 48.6 | 71.57 | 39.27 | - |
| YUV | 201.98 | 97.53 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 242 | 148 | 0.40 | 0 | 0.39 | 0.05 | 122.45 | 0.79 | 0.76 |
| Hex | 90 | F2 | 94 | 28 | 0 | 27 | 5 | 7A | 4F | 4C |
| Octal | 220 | 362 | 224 | 50 | 0 | 47 | 5 | 172 | 117 | 114 |
| Binary | 10010000 | 11110010 | 10010100 | 101000 | 0 | 100111 | 101 | 1111010 | 1001111 | 1001100 |
Color Harmonies of #90F294
Complementary color
Monochromatic Colors of #90F294
Black with #90F294
Text Example
Text Example
White with #90F294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F294; }
p { color: rgb(144,242,148); }
H1.HeaderClassName
{
color: #90F294;
}
.AnyTagClassName
{
color: #90F294;
}
</style>
background-color css
<style>
a { background-color: #90F294; }
a { background-color: rgb(144,242,148); }
div.DivClassName
{
background-color: #90F294;
}
.BgClassName
{
background-color: #90F294;
}
</style>
border-color css
<style>
span { border-color: #90F294; }
span { border-color: rgb(144,242,148); }
td.TdClassName
{
border-color: #90F294;
}
.TagClassName
{
border-color: #90F294;
}
</style>