Shades of Pale Green #A8FAA1
Tints of Pale Green #A8FAA1
RGB
CMYK
RGB Variations
Color information
#A8FAA1 (or 0xA8FAA1) is known color: Pale Green. HEX triplet: A8, FA and A1. RGB value is (168,250,161). Sum of RGB (Red+Green+Blue) = 168+250+161=579 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.02% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 161 (63.28% from 255 or 27.81% from 579); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FAA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FAA1 is #57055E. Grayscale: #D7D7D7. Windows color (decimal): -5703007 or 10615464. OLE color: 10615464.
HSL color Cylindrical-coordinate representation of color #A8FAA1: hue angle of 115.28º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8FAA1 is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 161 | - |
| CMYK | 0.33 | 0 | 0.36 | 0.02 |
| HSL | 115.28º | 0.9% | 0.81% | - |
| HSV(B) | 115.28º | 0.36% | 0.98% | - |
| XYZ | 56.77 | 79.27 | 46.03 | - |
| YUV | 215.34 | 97.33 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 161 | 0.33 | 0 | 0.36 | 0.02 | 115.28 | 0.9 | 0.81 |
| Hex | A8 | FA | A1 | 21 | 0 | 24 | 2 | 73 | 5A | 51 |
| Octal | 250 | 372 | 241 | 41 | 0 | 44 | 2 | 163 | 132 | 121 |
| Binary | 10101000 | 11111010 | 10100001 | 100001 | 0 | 100100 | 10 | 1110011 | 1011010 | 1010001 |
Color Harmonies of #A8FAA1
Complementary color
Monochromatic Colors of #A8FAA1
Black with #A8FAA1
Text Example
Text Example
White with #A8FAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FAA1; }
p { color: rgb(168,250,161); }
H1.HeaderClassName
{
color: #A8FAA1;
}
.AnyTagClassName
{
color: #A8FAA1;
}
</style>
background-color css
<style>
a { background-color: #A8FAA1; }
a { background-color: rgb(168,250,161); }
div.DivClassName
{
background-color: #A8FAA1;
}
.BgClassName
{
background-color: #A8FAA1;
}
</style>
border-color css
<style>
span { border-color: #A8FAA1; }
span { border-color: rgb(168,250,161); }
td.TdClassName
{
border-color: #A8FAA1;
}
.TagClassName
{
border-color: #A8FAA1;
}
</style>