Shades of Pale Green #A8FAAA
Tints of Pale Green #A8FAAA
RGB
CMYK
RGB Variations
Color information
#A8FAAA (or 0xA8FAAA) is known color: Pale Green. HEX triplet: A8, FA and AA. RGB value is (168,250,170). Sum of RGB (Red+Green+Blue) = 168+250+170=588 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.57% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 170 (66.80% from 255 or 28.91% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FAAA is #570555. Grayscale: #D8D8D8. Windows color (decimal): -5702998 or 11205288. OLE color: 11205288.
HSL color Cylindrical-coordinate representation of color #A8FAAA: hue angle of 121.46º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FAAA is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
RGB | 168 | 250 | 170 | - |
CMYK | 0.33 | 0 | 0.32 | 0.02 |
HSL | 121.46º | 0.89% | 0.82% | - |
HSV(B) | 121.46º | 0.33% | 0.98% | - |
XYZ | 57.59 | 79.6 | 50.36 | - |
YUV | 216.36 | 101.83 | 93.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 250 | 170 | 0.33 | 0 | 0.32 | 0.02 | 121.46 | 0.89 | 0.82 |
Hex | A8 | FA | AA | 21 | 0 | 20 | 2 | 79 | 59 | 52 |
Octal | 250 | 372 | 252 | 41 | 0 | 40 | 2 | 171 | 131 | 122 |
Binary | 10101000 | 11111010 | 10101010 | 100001 | 0 | 100000 | 10 | 1111001 | 1011001 | 1010010 |
Color Harmonies of #A8FAAA
Complementary color
Monochromatic Colors of #A8FAAA
Black with #A8FAAA
Text Example
Text Example
White with #A8FAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FAAA; }
p { color: rgb(168,250,170); }
H1.HeaderClassName
{
color: #A8FAAA;
}
.AnyTagClassName
{
color: #A8FAAA;
}
</style>
background-color css
<style>
a { background-color: #A8FAAA; }
a { background-color: rgb(168,250,170); }
div.DivClassName
{
background-color: #A8FAAA;
}
.BgClassName
{
background-color: #A8FAAA;
}
</style>
border-color css
<style>
span { border-color: #A8FAAA; }
span { border-color: rgb(168,250,170); }
td.TdClassName
{
border-color: #A8FAAA;
}
.TagClassName
{
border-color: #A8FAAA;
}
</style>