Shades of Pale Green #A2FAAA
Tints of Pale Green #A2FAAA
RGB
CMYK
RGB Variations
Color information
#A2FAAA (or 0xA2FAAA) is known color: Pale Green. HEX triplet: A2, FA and AA. RGB value is (162,250,170). Sum of RGB (Red+Green+Blue) = 162+250+170=582 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.84% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FAAA is #5D0555. Grayscale: #D6D6D6. Windows color (decimal): -6096214 or 11205282. OLE color: 11205282.
HSL color Cylindrical-coordinate representation of color #A2FAAA: hue angle of 125.45º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2FAAA is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 170 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.02 |
| HSL | 125.45º | 0.9% | 0.81% | - |
| HSV(B) | 125.45º | 0.35% | 0.98% | - |
| XYZ | 56.34 | 78.95 | 50.3 | - |
| YUV | 214.57 | 102.85 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 170 | 0.35 | 0 | 0.32 | 0.02 | 125.45 | 0.9 | 0.81 |
| Hex | A2 | FA | AA | 23 | 0 | 20 | 2 | 7D | 5A | 51 |
| Octal | 242 | 372 | 252 | 43 | 0 | 40 | 2 | 175 | 132 | 121 |
| Binary | 10100010 | 11111010 | 10101010 | 100011 | 0 | 100000 | 10 | 1111101 | 1011010 | 1010001 |
Color Harmonies of #A2FAAA
Complementary color
Monochromatic Colors of #A2FAAA
Black with #A2FAAA
Text Example
Text Example
White with #A2FAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FAAA; }
p { color: rgb(162,250,170); }
H1.HeaderClassName
{
color: #A2FAAA;
}
.AnyTagClassName
{
color: #A2FAAA;
}
</style>
background-color css
<style>
a { background-color: #A2FAAA; }
a { background-color: rgb(162,250,170); }
div.DivClassName
{
background-color: #A2FAAA;
}
.BgClassName
{
background-color: #A2FAAA;
}
</style>
border-color css
<style>
span { border-color: #A2FAAA; }
span { border-color: rgb(162,250,170); }
td.TdClassName
{
border-color: #A2FAAA;
}
.TagClassName
{
border-color: #A2FAAA;
}
</style>