Shades of Pale Green #90FA92
Tints of Pale Green #90FA92
RGB
CMYK
RGB Variations
Color information
#90FA92 (or 0x90FA92) is known color: Pale Green. HEX triplet: 90, FA and 92. RGB value is (144,250,146). Sum of RGB (Red+Green+Blue) = 144+250+146=540 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.67% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 146 (57.42% from 255 or 27.04% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #90FA92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90FA92 is #6F056D. Grayscale: #CECECE. Windows color (decimal): -7275886 or 9632400. OLE color: 9632400.
HSL color Cylindrical-coordinate representation of color #90FA92: hue angle of 121.13º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90FA92 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 250 | 146 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.02 |
| HSL | 121.13º | 0.91% | 0.77% | - |
| HSV(B) | 121.13º | 0.42% | 0.98% | - |
| XYZ | 50.88 | 76.38 | 39.25 | - |
| YUV | 206.45 | 93.88 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 250 | 146 | 0.42 | 0 | 0.42 | 0.02 | 121.13 | 0.91 | 0.77 |
| Hex | 90 | FA | 92 | 2A | 0 | 2A | 2 | 79 | 5B | 4D |
| Octal | 220 | 372 | 222 | 52 | 0 | 52 | 2 | 171 | 133 | 115 |
| Binary | 10010000 | 11111010 | 10010010 | 101010 | 0 | 101010 | 10 | 1111001 | 1011011 | 1001101 |
Color Harmonies of #90FA92
Complementary color
Monochromatic Colors of #90FA92
Black with #90FA92
Text Example
Text Example
White with #90FA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FA92; }
p { color: rgb(144,250,146); }
H1.HeaderClassName
{
color: #90FA92;
}
.AnyTagClassName
{
color: #90FA92;
}
</style>
background-color css
<style>
a { background-color: #90FA92; }
a { background-color: rgb(144,250,146); }
div.DivClassName
{
background-color: #90FA92;
}
.BgClassName
{
background-color: #90FA92;
}
</style>
border-color css
<style>
span { border-color: #90FA92; }
span { border-color: rgb(144,250,146); }
td.TdClassName
{
border-color: #90FA92;
}
.TagClassName
{
border-color: #90FA92;
}
</style>