Shades of Pale Green #A2F9A1
Tints of Pale Green #A2F9A1
RGB
CMYK
RGB Variations
Color information
#A2F9A1 (or 0xA2F9A1) is known color: Pale Green. HEX triplet: A2, F9 and A1. RGB value is (162,249,161). Sum of RGB (Red+Green+Blue) = 162+249+161=572 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.32% from 572); Green value is 249 (97.66% from 255 or 43.53% from 572); Blue value is 161 (63.28% from 255 or 28.15% from 572); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F9A1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F9A1 is #5D065E. Grayscale: #D5D5D5. Windows color (decimal): -6096479 or 10615202. OLE color: 10615202.
HSL color Cylindrical-coordinate representation of color #A2F9A1: hue angle of 119.32º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2F9A1 is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 249 | 161 | - |
| CMYK | 0.35 | 0 | 0.35 | 0.02 |
| HSL | 119.32º | 0.88% | 0.8% | - |
| HSV(B) | 119.32º | 0.35% | 0.98% | - |
| XYZ | 55.21 | 78.01 | 45.87 | - |
| YUV | 212.96 | 98.68 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 249 | 161 | 0.35 | 0 | 0.35 | 0.02 | 119.32 | 0.88 | 0.8 |
| Hex | A2 | F9 | A1 | 23 | 0 | 23 | 2 | 77 | 58 | 50 |
| Octal | 242 | 371 | 241 | 43 | 0 | 43 | 2 | 167 | 130 | 120 |
| Binary | 10100010 | 11111001 | 10100001 | 100011 | 0 | 100011 | 10 | 1110111 | 1011000 | 1010000 |
Color Harmonies of #A2F9A1
Complementary color
Monochromatic Colors of #A2F9A1
Black with #A2F9A1
Text Example
Text Example
White with #A2F9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F9A1; }
p { color: rgb(162,249,161); }
H1.HeaderClassName
{
color: #A2F9A1;
}
.AnyTagClassName
{
color: #A2F9A1;
}
</style>
background-color css
<style>
a { background-color: #A2F9A1; }
a { background-color: rgb(162,249,161); }
div.DivClassName
{
background-color: #A2F9A1;
}
.BgClassName
{
background-color: #A2F9A1;
}
</style>
border-color css
<style>
span { border-color: #A2F9A1; }
span { border-color: rgb(162,249,161); }
td.TdClassName
{
border-color: #A2F9A1;
}
.TagClassName
{
border-color: #A2F9A1;
}
</style>