Shades of Pale Green #A2FAAB
Tints of Pale Green #A2FAAB
RGB
CMYK
RGB Variations
Color information
#A2FAAB (or 0xA2FAAB) is known color: Pale Green. HEX triplet: A2, FA and AB. RGB value is (162,250,171). Sum of RGB (Red+Green+Blue) = 162+250+171=583 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.79% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 171 (67.19% from 255 or 29.33% from 583); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FAAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FAAB is #5D0554. Grayscale: #D6D6D6. Windows color (decimal): -6096213 or 11270818. OLE color: 11270818.
HSL color Cylindrical-coordinate representation of color #A2FAAB: hue angle of 126.14º 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 #A2FAAB is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 171 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.02 |
| HSL | 126.14º | 0.9% | 0.81% | - |
| HSV(B) | 126.14º | 0.35% | 0.98% | - |
| XYZ | 56.44 | 78.99 | 50.8 | - |
| YUV | 214.68 | 103.35 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 171 | 0.35 | 0 | 0.32 | 0.02 | 126.14 | 0.9 | 0.81 |
| Hex | A2 | FA | AB | 23 | 0 | 20 | 2 | 7E | 5A | 51 |
| Octal | 242 | 372 | 253 | 43 | 0 | 40 | 2 | 176 | 132 | 121 |
| Binary | 10100010 | 11111010 | 10101011 | 100011 | 0 | 100000 | 10 | 1111110 | 1011010 | 1010001 |
Color Harmonies of #A2FAAB
Complementary color
Monochromatic Colors of #A2FAAB
Black with #A2FAAB
Text Example
Text Example
White with #A2FAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FAAB; }
p { color: rgb(162,250,171); }
H1.HeaderClassName
{
color: #A2FAAB;
}
.AnyTagClassName
{
color: #A2FAAB;
}
</style>
background-color css
<style>
a { background-color: #A2FAAB; }
a { background-color: rgb(162,250,171); }
div.DivClassName
{
background-color: #A2FAAB;
}
.BgClassName
{
background-color: #A2FAAB;
}
</style>
border-color css
<style>
span { border-color: #A2FAAB; }
span { border-color: rgb(162,250,171); }
td.TdClassName
{
border-color: #A2FAAB;
}
.TagClassName
{
border-color: #A2FAAB;
}
</style>