Shades of Pale Green #A2ECA1
Tints of Pale Green #A2ECA1
RGB
CMYK
RGB Variations
Color information
#A2ECA1 (or 0xA2ECA1) is known color: Pale Green. HEX triplet: A2, EC and A1. RGB value is (162,236,161). Sum of RGB (Red+Green+Blue) = 162+236+161=559 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.98% from 559); Green value is 236 (92.58% from 255 or 42.22% from 559); Blue value is 161 (63.28% from 255 or 28.80% from 559); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2ECA1 is #5D135E. Grayscale: #CDCDCD. Windows color (decimal): -6099807 or 10611874. OLE color: 10611874.
HSL color Cylindrical-coordinate representation of color #A2ECA1: hue angle of 119.2º degrees, saturation: 0.66, 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 #A2ECA1 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 236 | 161 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.07 |
| HSL | 119.2º | 0.66% | 0.78% | - |
| HSV(B) | 119.2º | 0.32% | 0.93% | - |
| XYZ | 51.33 | 70.25 | 44.57 | - |
| YUV | 205.32 | 102.98 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 236 | 161 | 0.31 | 0 | 0.32 | 0.07 | 119.2 | 0.66 | 0.78 |
| Hex | A2 | EC | A1 | 1F | 0 | 20 | 7 | 77 | 42 | 4E |
| Octal | 242 | 354 | 241 | 37 | 0 | 40 | 7 | 167 | 102 | 116 |
| Binary | 10100010 | 11101100 | 10100001 | 11111 | 0 | 100000 | 111 | 1110111 | 1000010 | 1001110 |
Color Harmonies of #A2ECA1
Complementary color
Monochromatic Colors of #A2ECA1
Black with #A2ECA1
Text Example
Text Example
White with #A2ECA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ECA1; }
p { color: rgb(162,236,161); }
H1.HeaderClassName
{
color: #A2ECA1;
}
.AnyTagClassName
{
color: #A2ECA1;
}
</style>
background-color css
<style>
a { background-color: #A2ECA1; }
a { background-color: rgb(162,236,161); }
div.DivClassName
{
background-color: #A2ECA1;
}
.BgClassName
{
background-color: #A2ECA1;
}
</style>
border-color css
<style>
span { border-color: #A2ECA1; }
span { border-color: rgb(162,236,161); }
td.TdClassName
{
border-color: #A2ECA1;
}
.TagClassName
{
border-color: #A2ECA1;
}
</style>