Shades of Light Green #90F28D
Tints of Light Green #90F28D
RGB
CMYK
RGB Variations
Color information
#90F28D (or 0x90F28D) is known color: Light Green. HEX triplet: 90, F2 and 8D. RGB value is (144,242,141). Sum of RGB (Red+Green+Blue) = 144+242+141=527 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.32% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #90F28D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90F28D is #6F0D72. Grayscale: #C9C9C9. Windows color (decimal): -7277939 or 9302672. OLE color: 9302672.
HSL color Cylindrical-coordinate representation of color #90F28D: hue angle of 118.22º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90F28D is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 242 | 141 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.05 |
| HSL | 118.22º | 0.8% | 0.75% | - |
| HSV(B) | 118.22º | 0.42% | 0.95% | - |
| XYZ | 48.06 | 71.36 | 36.44 | - |
| YUV | 201.18 | 94.03 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 242 | 141 | 0.40 | 0 | 0.42 | 0.05 | 118.22 | 0.8 | 0.75 |
| Hex | 90 | F2 | 8D | 28 | 0 | 2A | 5 | 76 | 50 | 4B |
| Octal | 220 | 362 | 215 | 50 | 0 | 52 | 5 | 166 | 120 | 113 |
| Binary | 10010000 | 11110010 | 10001101 | 101000 | 0 | 101010 | 101 | 1110110 | 1010000 | 1001011 |
Color Harmonies of #90F28D
Complementary color
Monochromatic Colors of #90F28D
Black with #90F28D
Text Example
Text Example
White with #90F28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F28D; }
p { color: rgb(144,242,141); }
H1.HeaderClassName
{
color: #90F28D;
}
.AnyTagClassName
{
color: #90F28D;
}
</style>
background-color css
<style>
a { background-color: #90F28D; }
a { background-color: rgb(144,242,141); }
div.DivClassName
{
background-color: #90F28D;
}
.BgClassName
{
background-color: #90F28D;
}
</style>
border-color css
<style>
span { border-color: #90F28D; }
span { border-color: rgb(144,242,141); }
td.TdClassName
{
border-color: #90F28D;
}
.TagClassName
{
border-color: #90F28D;
}
</style>