Shades of Light Green #90F972
Tints of Light Green #90F972
RGB
CMYK
RGB Variations
Color information
#90F972 (or 0x90F972) is known color: Light Green. HEX triplet: 90, F9 and 72. RGB value is (144,249,114). Sum of RGB (Red+Green+Blue) = 144+249+114=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 249 (97.66% from 255 or 49.11% from 507); Blue value is 114 (44.92% from 255 or 22.49% from 507); Max value from RGB is 249 - color contains mainly: green. Hex color #90F972 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F972 is #6F068D. Grayscale: #CACACA. Windows color (decimal): -7276174 or 7534992. OLE color: 7534992.
HSL color Cylindrical-coordinate representation of color #90F972: hue angle of 106.67º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #90F972 is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 249 | 114 | - |
| CMYK | 0.42 | 0 | 0.54 | 0.02 |
| HSL | 106.67º | 0.92% | 0.71% | - |
| HSV(B) | 106.67º | 0.54% | 0.98% | - |
| XYZ | 48.41 | 74.9 | 27.82 | - |
| YUV | 202.22 | 78.21 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 249 | 114 | 0.42 | 0 | 0.54 | 0.02 | 106.67 | 0.92 | 0.71 |
| Hex | 90 | F9 | 72 | 2A | 0 | 36 | 2 | 6B | 5C | 47 |
| Octal | 220 | 371 | 162 | 52 | 0 | 66 | 2 | 153 | 134 | 107 |
| Binary | 10010000 | 11111001 | 1110010 | 101010 | 0 | 110110 | 10 | 1101011 | 1011100 | 1000111 |
Color Harmonies of #90F972
Complementary color
Monochromatic Colors of #90F972
Black with #90F972
Text Example
Text Example
White with #90F972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F972; }
p { color: rgb(144,249,114); }
H1.HeaderClassName
{
color: #90F972;
}
.AnyTagClassName
{
color: #90F972;
}
</style>
background-color css
<style>
a { background-color: #90F972; }
a { background-color: rgb(144,249,114); }
div.DivClassName
{
background-color: #90F972;
}
.BgClassName
{
background-color: #90F972;
}
</style>
border-color css
<style>
span { border-color: #90F972; }
span { border-color: rgb(144,249,114); }
td.TdClassName
{
border-color: #90F972;
}
.TagClassName
{
border-color: #90F972;
}
</style>