Shades of Pale Green #90FCAA
Tints of Pale Green #90FCAA
RGB
CMYK
RGB Variations
Color information
#90FCAA (or 0x90FCAA) is known color: Pale Green. HEX triplet: 90, FC and AA. RGB value is (144,252,170). Sum of RGB (Red+Green+Blue) = 144+252+170=566 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.44% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #90FCAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90FCAA is #6F0355. Grayscale: #D2D2D2. Windows color (decimal): -7275350 or 11205776. OLE color: 11205776.
HSL color Cylindrical-coordinate representation of color #90FCAA: hue angle of 134.44º 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 #90FCAA is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 252 | 170 | - |
| CMYK | 0.43 | 0 | 0.33 | 0.01 |
| HSL | 134.44º | 0.95% | 0.78% | - |
| HSV(B) | 134.44º | 0.43% | 0.99% | - |
| XYZ | 53.57 | 78.45 | 50.35 | - |
| YUV | 210.36 | 105.22 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 252 | 170 | 0.43 | 0 | 0.33 | 0.01 | 134.44 | 0.95 | 0.78 |
| Hex | 90 | FC | AA | 2B | 0 | 21 | 1 | 86 | 5F | 4E |
| Octal | 220 | 374 | 252 | 53 | 0 | 41 | 1 | 206 | 137 | 116 |
| Binary | 10010000 | 11111100 | 10101010 | 101011 | 0 | 100001 | 1 | 10000110 | 1011111 | 1001110 |
Color Harmonies of #90FCAA
Complementary color
Monochromatic Colors of #90FCAA
Black with #90FCAA
Text Example
Text Example
White with #90FCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FCAA; }
p { color: rgb(144,252,170); }
H1.HeaderClassName
{
color: #90FCAA;
}
.AnyTagClassName
{
color: #90FCAA;
}
</style>
background-color css
<style>
a { background-color: #90FCAA; }
a { background-color: rgb(144,252,170); }
div.DivClassName
{
background-color: #90FCAA;
}
.BgClassName
{
background-color: #90FCAA;
}
</style>
border-color css
<style>
span { border-color: #90FCAA; }
span { border-color: rgb(144,252,170); }
td.TdClassName
{
border-color: #90FCAA;
}
.TagClassName
{
border-color: #90FCAA;
}
</style>