Shades of Pale Green #90FAA4
Tints of Pale Green #90FAA4
RGB
CMYK
RGB Variations
Color information
#90FAA4 (or 0x90FAA4) is known color: Pale Green. HEX triplet: 90, FA and A4. RGB value is (144,250,164). Sum of RGB (Red+Green+Blue) = 144+250+164=558 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.81% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 164 (64.45% from 255 or 29.39% from 558); Max value from RGB is 250 - color contains mainly: green. Hex color #90FAA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90FAA4 is #6F055B. Grayscale: #D0D0D0. Windows color (decimal): -7275868 or 10812048. OLE color: 10812048.
HSL color Cylindrical-coordinate representation of color #90FAA4: hue angle of 131.32º 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 #90FAA4 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 250 | 164 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.02 |
| HSL | 131.32º | 0.91% | 0.77% | - |
| HSV(B) | 131.32º | 0.42% | 0.98% | - |
| XYZ | 52.39 | 76.98 | 47.22 | - |
| YUV | 208.5 | 102.88 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 250 | 164 | 0.42 | 0 | 0.34 | 0.02 | 131.32 | 0.91 | 0.77 |
| Hex | 90 | FA | A4 | 2A | 0 | 22 | 2 | 83 | 5B | 4D |
| Octal | 220 | 372 | 244 | 52 | 0 | 42 | 2 | 203 | 133 | 115 |
| Binary | 10010000 | 11111010 | 10100100 | 101010 | 0 | 100010 | 10 | 10000011 | 1011011 | 1001101 |
Color Harmonies of #90FAA4
Complementary color
Monochromatic Colors of #90FAA4
Black with #90FAA4
Text Example
Text Example
White with #90FAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FAA4; }
p { color: rgb(144,250,164); }
H1.HeaderClassName
{
color: #90FAA4;
}
.AnyTagClassName
{
color: #90FAA4;
}
</style>
background-color css
<style>
a { background-color: #90FAA4; }
a { background-color: rgb(144,250,164); }
div.DivClassName
{
background-color: #90FAA4;
}
.BgClassName
{
background-color: #90FAA4;
}
</style>
border-color css
<style>
span { border-color: #90FAA4; }
span { border-color: rgb(144,250,164); }
td.TdClassName
{
border-color: #90FAA4;
}
.TagClassName
{
border-color: #90FAA4;
}
</style>