Shades of Pale Green #A0EEA1
Tints of Pale Green #A0EEA1
RGB
CMYK
RGB Variations
Color information
#A0EEA1 (or 0xA0EEA1) is known color: Pale Green. HEX triplet: A0, EE and A1. RGB value is (160,238,161). Sum of RGB (Red+Green+Blue) = 160+238+161=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 238 (93.36% from 255 or 42.58% from 559); Blue value is 161 (63.28% from 255 or 28.80% from 559); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EEA1 is #5F115E. Grayscale: #CECECE. Windows color (decimal): -6230367 or 10612384. OLE color: 10612384.
HSL color Cylindrical-coordinate representation of color #A0EEA1: hue angle of 120.77º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EEA1 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 161 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.07 |
| HSL | 120.77º | 0.7% | 0.78% | - |
| HSV(B) | 120.77º | 0.33% | 0.93% | - |
| XYZ | 51.5 | 71.2 | 44.75 | - |
| YUV | 205.9 | 102.66 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 161 | 0.33 | 0 | 0.32 | 0.07 | 120.77 | 0.7 | 0.78 |
| Hex | A0 | EE | A1 | 21 | 0 | 20 | 7 | 79 | 46 | 4E |
| Octal | 240 | 356 | 241 | 41 | 0 | 40 | 7 | 171 | 106 | 116 |
| Binary | 10100000 | 11101110 | 10100001 | 100001 | 0 | 100000 | 111 | 1111001 | 1000110 | 1001110 |
Color Harmonies of #A0EEA1
Complementary color
Monochromatic Colors of #A0EEA1
Black with #A0EEA1
Text Example
Text Example
White with #A0EEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EEA1; }
p { color: rgb(160,238,161); }
H1.HeaderClassName
{
color: #A0EEA1;
}
.AnyTagClassName
{
color: #A0EEA1;
}
</style>
background-color css
<style>
a { background-color: #A0EEA1; }
a { background-color: rgb(160,238,161); }
div.DivClassName
{
background-color: #A0EEA1;
}
.BgClassName
{
background-color: #A0EEA1;
}
</style>
border-color css
<style>
span { border-color: #A0EEA1; }
span { border-color: rgb(160,238,161); }
td.TdClassName
{
border-color: #A0EEA1;
}
.TagClassName
{
border-color: #A0EEA1;
}
</style>