Shades of Pale Green #90FAA8
Tints of Pale Green #90FAA8
RGB
CMYK
RGB Variations
Color information
#90FAA8 (or 0x90FAA8) is known color: Pale Green. HEX triplet: 90, FA and A8. RGB value is (144,250,168). Sum of RGB (Red+Green+Blue) = 144+250+168=562 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.62% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 168 (66.02% from 255 or 29.89% from 562); Max value from RGB is 250 - color contains mainly: green. Hex color #90FAA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90FAA8 is #6F0557. Grayscale: #D1D1D1. Windows color (decimal): -7275864 or 11074192. OLE color: 11074192.
HSL color Cylindrical-coordinate representation of color #90FAA8: hue angle of 133.58º 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 #90FAA8 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 250 | 168 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.02 |
| HSL | 133.58º | 0.91% | 0.77% | - |
| HSV(B) | 133.58º | 0.42% | 0.98% | - |
| XYZ | 52.76 | 77.13 | 49.15 | - |
| YUV | 208.96 | 104.88 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 250 | 168 | 0.42 | 0 | 0.33 | 0.02 | 133.58 | 0.91 | 0.77 |
| Hex | 90 | FA | A8 | 2A | 0 | 21 | 2 | 86 | 5B | 4D |
| Octal | 220 | 372 | 250 | 52 | 0 | 41 | 2 | 206 | 133 | 115 |
| Binary | 10010000 | 11111010 | 10101000 | 101010 | 0 | 100001 | 10 | 10000110 | 1011011 | 1001101 |
Color Harmonies of #90FAA8
Complementary color
Monochromatic Colors of #90FAA8
Black with #90FAA8
Text Example
Text Example
White with #90FAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FAA8; }
p { color: rgb(144,250,168); }
H1.HeaderClassName
{
color: #90FAA8;
}
.AnyTagClassName
{
color: #90FAA8;
}
</style>
background-color css
<style>
a { background-color: #90FAA8; }
a { background-color: rgb(144,250,168); }
div.DivClassName
{
background-color: #90FAA8;
}
.BgClassName
{
background-color: #90FAA8;
}
</style>
border-color css
<style>
span { border-color: #90FAA8; }
span { border-color: rgb(144,250,168); }
td.TdClassName
{
border-color: #90FAA8;
}
.TagClassName
{
border-color: #90FAA8;
}
</style>