Shades of Light Green #90FA7D
Tints of Light Green #90FA7D
RGB
CMYK
RGB Variations
Color information
#90FA7D (or 0x90FA7D) is known color: Light Green. HEX triplet: 90, FA and 7D. RGB value is (144,250,125). Sum of RGB (Red+Green+Blue) = 144+250+125=519 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.75% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #90FA7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90FA7D is #6F0582. Grayscale: #CCCCCC. Windows color (decimal): -7275907 or 8256144. OLE color: 8256144.
HSL color Cylindrical-coordinate representation of color #90FA7D: hue angle of 110.88º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #90FA7D is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 250 | 125 | - |
| CMYK | 0.42 | 0 | 0.50 | 0.02 |
| HSL | 110.88º | 0.93% | 0.74% | - |
| HSV(B) | 110.88º | 0.5% | 0.98% | - |
| XYZ | 49.39 | 75.78 | 31.43 | - |
| YUV | 204.06 | 83.38 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 250 | 125 | 0.42 | 0 | 0.50 | 0.02 | 110.88 | 0.93 | 0.74 |
| Hex | 90 | FA | 7D | 2A | 0 | 32 | 2 | 6F | 5D | 4A |
| Octal | 220 | 372 | 175 | 52 | 0 | 62 | 2 | 157 | 135 | 112 |
| Binary | 10010000 | 11111010 | 1111101 | 101010 | 0 | 110010 | 10 | 1101111 | 1011101 | 1001010 |
Color Harmonies of #90FA7D
Complementary color
Monochromatic Colors of #90FA7D
Black with #90FA7D
Text Example
Text Example
White with #90FA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FA7D; }
p { color: rgb(144,250,125); }
H1.HeaderClassName
{
color: #90FA7D;
}
.AnyTagClassName
{
color: #90FA7D;
}
</style>
background-color css
<style>
a { background-color: #90FA7D; }
a { background-color: rgb(144,250,125); }
div.DivClassName
{
background-color: #90FA7D;
}
.BgClassName
{
background-color: #90FA7D;
}
</style>
border-color css
<style>
span { border-color: #90FA7D; }
span { border-color: rgb(144,250,125); }
td.TdClassName
{
border-color: #90FA7D;
}
.TagClassName
{
border-color: #90FA7D;
}
</style>