Shades of Light Green #90F28B
Tints of Light Green #90F28B
RGB
CMYK
RGB Variations
Color information
#90F28B (or 0x90F28B) is known color: Light Green. HEX triplet: 90, F2 and 8B. RGB value is (144,242,139). Sum of RGB (Red+Green+Blue) = 144+242+139=525 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.43% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #90F28B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90F28B is #6F0D74. Grayscale: #C9C9C9. Windows color (decimal): -7277941 or 9171600. OLE color: 9171600.
HSL color Cylindrical-coordinate representation of color #90F28B: hue angle of 117.09º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90F28B is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 242 | 139 | - |
| CMYK | 0.40 | 0 | 0.43 | 0.05 |
| HSL | 117.09º | 0.8% | 0.75% | - |
| HSV(B) | 117.09º | 0.43% | 0.95% | - |
| XYZ | 47.91 | 71.3 | 35.66 | - |
| YUV | 200.96 | 93.03 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 242 | 139 | 0.40 | 0 | 0.43 | 0.05 | 117.09 | 0.8 | 0.75 |
| Hex | 90 | F2 | 8B | 28 | 0 | 2B | 5 | 75 | 50 | 4B |
| Octal | 220 | 362 | 213 | 50 | 0 | 53 | 5 | 165 | 120 | 113 |
| Binary | 10010000 | 11110010 | 10001011 | 101000 | 0 | 101011 | 101 | 1110101 | 1010000 | 1001011 |
Color Harmonies of #90F28B
Complementary color
Monochromatic Colors of #90F28B
Black with #90F28B
Text Example
Text Example
White with #90F28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F28B; }
p { color: rgb(144,242,139); }
H1.HeaderClassName
{
color: #90F28B;
}
.AnyTagClassName
{
color: #90F28B;
}
</style>
background-color css
<style>
a { background-color: #90F28B; }
a { background-color: rgb(144,242,139); }
div.DivClassName
{
background-color: #90F28B;
}
.BgClassName
{
background-color: #90F28B;
}
</style>
border-color css
<style>
span { border-color: #90F28B; }
span { border-color: rgb(144,242,139); }
td.TdClassName
{
border-color: #90F28B;
}
.TagClassName
{
border-color: #90F28B;
}
</style>