Shades of Pale Green #A2EDA0
Tints of Pale Green #A2EDA0
RGB
CMYK
RGB Variations
Color information
#A2EDA0 (or 0xA2EDA0) is known color: Pale Green. HEX triplet: A2, ED and A0. RGB value is (162,237,160). Sum of RGB (Red+Green+Blue) = 162+237+160=559 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.98% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 160 (62.89% from 255 or 28.62% from 559); Max value from RGB is 237 - color contains mainly: green. Hex color #A2EDA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EDA0 is #5D125F. Grayscale: #CECECE. Windows color (decimal): -6099552 or 10546594. OLE color: 10546594.
HSL color Cylindrical-coordinate representation of color #A2EDA0: hue angle of 118.44º degrees, saturation: 0.68, 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 #A2EDA0 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 237 | 160 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.07 |
| HSL | 118.44º | 0.68% | 0.78% | - |
| HSV(B) | 118.44º | 0.32% | 0.93% | - |
| XYZ | 51.53 | 70.79 | 44.21 | - |
| YUV | 205.8 | 102.15 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 237 | 160 | 0.32 | 0 | 0.32 | 0.07 | 118.44 | 0.68 | 0.78 |
| Hex | A2 | ED | A0 | 20 | 0 | 20 | 7 | 76 | 44 | 4E |
| Octal | 242 | 355 | 240 | 40 | 0 | 40 | 7 | 166 | 104 | 116 |
| Binary | 10100010 | 11101101 | 10100000 | 100000 | 0 | 100000 | 111 | 1110110 | 1000100 | 1001110 |
Color Harmonies of #A2EDA0
Complementary color
Monochromatic Colors of #A2EDA0
Black with #A2EDA0
Text Example
Text Example
White with #A2EDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EDA0; }
p { color: rgb(162,237,160); }
H1.HeaderClassName
{
color: #A2EDA0;
}
.AnyTagClassName
{
color: #A2EDA0;
}
</style>
background-color css
<style>
a { background-color: #A2EDA0; }
a { background-color: rgb(162,237,160); }
div.DivClassName
{
background-color: #A2EDA0;
}
.BgClassName
{
background-color: #A2EDA0;
}
</style>
border-color css
<style>
span { border-color: #A2EDA0; }
span { border-color: rgb(162,237,160); }
td.TdClassName
{
border-color: #A2EDA0;
}
.TagClassName
{
border-color: #A2EDA0;
}
</style>