Shades of Pale Green #90FCA0
Tints of Pale Green #90FCA0
RGB
CMYK
RGB Variations
Color information
#90FCA0 (or 0x90FCA0) is known color: Pale Green. HEX triplet: 90, FC and A0. RGB value is (144,252,160). Sum of RGB (Red+Green+Blue) = 144+252+160=556 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.90% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 160 (62.89% from 255 or 28.78% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #90FCA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90FCA0 is #6F035F. Grayscale: #D1D1D1. Windows color (decimal): -7275360 or 10550416. OLE color: 10550416.
HSL color Cylindrical-coordinate representation of color #90FCA0: hue angle of 128.89º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FCA0 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 252 | 160 | - |
| CMYK | 0.43 | 0 | 0.37 | 0.01 |
| HSL | 128.89º | 0.95% | 0.78% | - |
| HSV(B) | 128.89º | 0.43% | 0.99% | - |
| XYZ | 52.66 | 78.09 | 45.55 | - |
| YUV | 209.22 | 100.22 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 252 | 160 | 0.43 | 0 | 0.37 | 0.01 | 128.89 | 0.95 | 0.78 |
| Hex | 90 | FC | A0 | 2B | 0 | 25 | 1 | 81 | 5F | 4E |
| Octal | 220 | 374 | 240 | 53 | 0 | 45 | 1 | 201 | 137 | 116 |
| Binary | 10010000 | 11111100 | 10100000 | 101011 | 0 | 100101 | 1 | 10000001 | 1011111 | 1001110 |
Color Harmonies of #90FCA0
Complementary color
Monochromatic Colors of #90FCA0
Black with #90FCA0
Text Example
Text Example
White with #90FCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FCA0; }
p { color: rgb(144,252,160); }
H1.HeaderClassName
{
color: #90FCA0;
}
.AnyTagClassName
{
color: #90FCA0;
}
</style>
background-color css
<style>
a { background-color: #90FCA0; }
a { background-color: rgb(144,252,160); }
div.DivClassName
{
background-color: #90FCA0;
}
.BgClassName
{
background-color: #90FCA0;
}
</style>
border-color css
<style>
span { border-color: #90FCA0; }
span { border-color: rgb(144,252,160); }
td.TdClassName
{
border-color: #90FCA0;
}
.TagClassName
{
border-color: #90FCA0;
}
</style>