Shades of Pale Green #A0FAA8
Tints of Pale Green #A0FAA8
RGB
CMYK
RGB Variations
Color information
#A0FAA8 (or 0xA0FAA8) is known color: Pale Green. HEX triplet: A0, FA and A8. RGB value is (160,250,168). Sum of RGB (Red+Green+Blue) = 160+250+168=578 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.68% from 578); Green value is 250 (98.05% from 255 or 43.25% from 578); Blue value is 168 (66.02% from 255 or 29.07% from 578); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FAA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FAA8 is #5F0557. Grayscale: #D5D5D5. Windows color (decimal): -6227288 or 11074208. OLE color: 11074208.
HSL color Cylindrical-coordinate representation of color #A0FAA8: hue angle of 125.33º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0FAA8 is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 250 | 168 | - |
| CMYK | 0.36 | 0 | 0.33 | 0.02 |
| HSL | 125.33º | 0.9% | 0.8% | - |
| HSV(B) | 125.33º | 0.36% | 0.98% | - |
| XYZ | 55.75 | 78.67 | 49.29 | - |
| YUV | 213.74 | 102.18 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 250 | 168 | 0.36 | 0 | 0.33 | 0.02 | 125.33 | 0.9 | 0.8 |
| Hex | A0 | FA | A8 | 24 | 0 | 21 | 2 | 7D | 5A | 50 |
| Octal | 240 | 372 | 250 | 44 | 0 | 41 | 2 | 175 | 132 | 120 |
| Binary | 10100000 | 11111010 | 10101000 | 100100 | 0 | 100001 | 10 | 1111101 | 1011010 | 1010000 |
Color Harmonies of #A0FAA8
Complementary color
Monochromatic Colors of #A0FAA8
Black with #A0FAA8
Text Example
Text Example
White with #A0FAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FAA8; }
p { color: rgb(160,250,168); }
H1.HeaderClassName
{
color: #A0FAA8;
}
.AnyTagClassName
{
color: #A0FAA8;
}
</style>
background-color css
<style>
a { background-color: #A0FAA8; }
a { background-color: rgb(160,250,168); }
div.DivClassName
{
background-color: #A0FAA8;
}
.BgClassName
{
background-color: #A0FAA8;
}
</style>
border-color css
<style>
span { border-color: #A0FAA8; }
span { border-color: rgb(160,250,168); }
td.TdClassName
{
border-color: #A0FAA8;
}
.TagClassName
{
border-color: #A0FAA8;
}
</style>