Shades of Light Green #90FA8C
Tints of Light Green #90FA8C
RGB
CMYK
RGB Variations
Color information
#90FA8C (or 0x90FA8C) is known color: Light Green. HEX triplet: 90, FA and 8C. RGB value is (144,250,140). Sum of RGB (Red+Green+Blue) = 144+250+140=534 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.97% from 534); Green value is 250 (98.05% from 255 or 46.82% from 534); Blue value is 140 (55.08% from 255 or 26.22% from 534); Max value from RGB is 250 - color contains mainly: green. Hex color #90FA8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90FA8C is #6F0573. Grayscale: #CECECE. Windows color (decimal): -7275892 or 9239184. OLE color: 9239184.
HSL color Cylindrical-coordinate representation of color #90FA8C: hue angle of 117.82º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90FA8C is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 250 | 140 | - |
| CMYK | 0.42 | 0 | 0.44 | 0.02 |
| HSL | 117.82º | 0.92% | 0.76% | - |
| HSV(B) | 117.82º | 0.44% | 0.98% | - |
| XYZ | 50.42 | 76.19 | 36.86 | - |
| YUV | 205.77 | 90.88 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 250 | 140 | 0.42 | 0 | 0.44 | 0.02 | 117.82 | 0.92 | 0.76 |
| Hex | 90 | FA | 8C | 2A | 0 | 2C | 2 | 76 | 5C | 4C |
| Octal | 220 | 372 | 214 | 52 | 0 | 54 | 2 | 166 | 134 | 114 |
| Binary | 10010000 | 11111010 | 10001100 | 101010 | 0 | 101100 | 10 | 1110110 | 1011100 | 1001100 |
Color Harmonies of #90FA8C
Complementary color
Monochromatic Colors of #90FA8C
Black with #90FA8C
Text Example
Text Example
White with #90FA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FA8C; }
p { color: rgb(144,250,140); }
H1.HeaderClassName
{
color: #90FA8C;
}
.AnyTagClassName
{
color: #90FA8C;
}
</style>
background-color css
<style>
a { background-color: #90FA8C; }
a { background-color: rgb(144,250,140); }
div.DivClassName
{
background-color: #90FA8C;
}
.BgClassName
{
background-color: #90FA8C;
}
</style>
border-color css
<style>
span { border-color: #90FA8C; }
span { border-color: rgb(144,250,140); }
td.TdClassName
{
border-color: #90FA8C;
}
.TagClassName
{
border-color: #90FA8C;
}
</style>