Shades of Light Green #90F970
Tints of Light Green #90F970
RGB
CMYK
RGB Variations
Color information
#90F970 (or 0x90F970) is known color: Light Green. HEX triplet: 90, F9 and 70. RGB value is (144,249,112). Sum of RGB (Red+Green+Blue) = 144+249+112=505 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.51% from 505); Green value is 249 (97.66% from 255 or 49.31% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 249 - color contains mainly: green. Hex color #90F970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F970 is #6F068F. Grayscale: #CACACA. Windows color (decimal): -7276176 or 7403920. OLE color: 7403920.
HSL color Cylindrical-coordinate representation of color #90F970: hue angle of 105.99º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #90F970 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 249 | 112 | - |
| CMYK | 0.42 | 0 | 0.55 | 0.02 |
| HSL | 105.99º | 0.92% | 0.71% | - |
| HSV(B) | 105.99º | 0.55% | 0.98% | - |
| XYZ | 48.3 | 74.85 | 27.23 | - |
| YUV | 201.99 | 77.21 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 249 | 112 | 0.42 | 0 | 0.55 | 0.02 | 105.99 | 0.92 | 0.71 |
| Hex | 90 | F9 | 70 | 2A | 0 | 37 | 2 | 6A | 5C | 47 |
| Octal | 220 | 371 | 160 | 52 | 0 | 67 | 2 | 152 | 134 | 107 |
| Binary | 10010000 | 11111001 | 1110000 | 101010 | 0 | 110111 | 10 | 1101010 | 1011100 | 1000111 |
Color Harmonies of #90F970
Complementary color
Monochromatic Colors of #90F970
Black with #90F970
Text Example
Text Example
White with #90F970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F970; }
p { color: rgb(144,249,112); }
H1.HeaderClassName
{
color: #90F970;
}
.AnyTagClassName
{
color: #90F970;
}
</style>
background-color css
<style>
a { background-color: #90F970; }
a { background-color: rgb(144,249,112); }
div.DivClassName
{
background-color: #90F970;
}
.BgClassName
{
background-color: #90F970;
}
</style>
border-color css
<style>
span { border-color: #90F970; }
span { border-color: rgb(144,249,112); }
td.TdClassName
{
border-color: #90F970;
}
.TagClassName
{
border-color: #90F970;
}
</style>