Shades of Pale Green #A2EEA1
Tints of Pale Green #A2EEA1
RGB
CMYK
RGB Variations
Color information
#A2EEA1 (or 0xA2EEA1) is known color: Pale Green. HEX triplet: A2, EE and A1. RGB value is (162,238,161). Sum of RGB (Red+Green+Blue) = 162+238+161=561 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.88% from 561); Green value is 238 (93.36% from 255 or 42.42% from 561); Blue value is 161 (63.28% from 255 or 28.70% from 561); Max value from RGB is 238 - color contains mainly: green. Hex color #A2EEA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EEA1 is #5D115E. Grayscale: #CECECE. Windows color (decimal): -6099295 or 10612386. OLE color: 10612386.
HSL color Cylindrical-coordinate representation of color #A2EEA1: hue angle of 119.22º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EEA1 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 238 | 161 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.07 |
| HSL | 119.22º | 0.69% | 0.78% | - |
| HSV(B) | 119.22º | 0.32% | 0.93% | - |
| XYZ | 51.91 | 71.4 | 44.76 | - |
| YUV | 206.5 | 102.32 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 238 | 161 | 0.32 | 0 | 0.32 | 0.07 | 119.22 | 0.69 | 0.78 |
| Hex | A2 | EE | A1 | 20 | 0 | 20 | 7 | 77 | 45 | 4E |
| Octal | 242 | 356 | 241 | 40 | 0 | 40 | 7 | 167 | 105 | 116 |
| Binary | 10100010 | 11101110 | 10100001 | 100000 | 0 | 100000 | 111 | 1110111 | 1000101 | 1001110 |
Color Harmonies of #A2EEA1
Complementary color
Monochromatic Colors of #A2EEA1
Black with #A2EEA1
Text Example
Text Example
White with #A2EEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EEA1; }
p { color: rgb(162,238,161); }
H1.HeaderClassName
{
color: #A2EEA1;
}
.AnyTagClassName
{
color: #A2EEA1;
}
</style>
background-color css
<style>
a { background-color: #A2EEA1; }
a { background-color: rgb(162,238,161); }
div.DivClassName
{
background-color: #A2EEA1;
}
.BgClassName
{
background-color: #A2EEA1;
}
</style>
border-color css
<style>
span { border-color: #A2EEA1; }
span { border-color: rgb(162,238,161); }
td.TdClassName
{
border-color: #A2EEA1;
}
.TagClassName
{
border-color: #A2EEA1;
}
</style>