Shades of Light Green #90F48D
Tints of Light Green #90F48D
RGB
CMYK
RGB Variations
Color information
#90F48D (or 0x90F48D) is known color: Light Green. HEX triplet: 90, F4 and 8D. RGB value is (144,244,141). Sum of RGB (Red+Green+Blue) = 144+244+141=529 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.22% from 529); Green value is 244 (95.70% from 255 or 46.12% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 244 - color contains mainly: green. Hex color #90F48D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90F48D is #6F0B72. Grayscale: #CACACA. Windows color (decimal): -7277427 or 9303184. OLE color: 9303184.
HSL color Cylindrical-coordinate representation of color #90F48D: hue angle of 118.25º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90F48D is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 144 | 244 | 141 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.04 |
| HSL | 118.25º | 0.82% | 0.75% | - |
| HSV(B) | 118.25º | 0.42% | 0.96% | - |
| XYZ | 48.66 | 72.55 | 36.64 | - |
| YUV | 202.36 | 93.37 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 244 | 141 | 0.41 | 0 | 0.42 | 0.04 | 118.25 | 0.82 | 0.75 |
| Hex | 90 | F4 | 8D | 29 | 0 | 2A | 4 | 76 | 52 | 4B |
| Octal | 220 | 364 | 215 | 51 | 0 | 52 | 4 | 166 | 122 | 113 |
| Binary | 10010000 | 11110100 | 10001101 | 101001 | 0 | 101010 | 100 | 1110110 | 1010010 | 1001011 |
Color Harmonies of #90F48D
Complementary color
Monochromatic Colors of #90F48D
Black with #90F48D
Text Example
Text Example
White with #90F48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F48D; }
p { color: rgb(144,244,141); }
H1.HeaderClassName
{
color: #90F48D;
}
.AnyTagClassName
{
color: #90F48D;
}
</style>
background-color css
<style>
a { background-color: #90F48D; }
a { background-color: rgb(144,244,141); }
div.DivClassName
{
background-color: #90F48D;
}
.BgClassName
{
background-color: #90F48D;
}
</style>
border-color css
<style>
span { border-color: #90F48D; }
span { border-color: rgb(144,244,141); }
td.TdClassName
{
border-color: #90F48D;
}
.TagClassName
{
border-color: #90F48D;
}
</style>