Shades of Pale Green #A0EEA3
Tints of Pale Green #A0EEA3
RGB
CMYK
RGB Variations
Color information
#A0EEA3 (or 0xA0EEA3) is known color: Pale Green. HEX triplet: A0, EE and A3. RGB value is (160,238,163). Sum of RGB (Red+Green+Blue) = 160+238+163=561 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.52% from 561); Green value is 238 (93.36% from 255 or 42.42% from 561); Blue value is 163 (64.06% from 255 or 29.06% from 561); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EEA3 is #5F115C. Grayscale: #CECECE. Windows color (decimal): -6230365 or 10743456. OLE color: 10743456.
HSL color Cylindrical-coordinate representation of color #A0EEA3: hue angle of 122.31º 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 #A0EEA3 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 163 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.07 |
| HSL | 122.31º | 0.7% | 0.78% | - |
| HSV(B) | 122.31º | 0.33% | 0.93% | - |
| XYZ | 51.68 | 71.27 | 45.68 | - |
| YUV | 206.13 | 103.66 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 163 | 0.33 | 0 | 0.32 | 0.07 | 122.31 | 0.7 | 0.78 |
| Hex | A0 | EE | A3 | 21 | 0 | 20 | 7 | 7A | 46 | 4E |
| Octal | 240 | 356 | 243 | 41 | 0 | 40 | 7 | 172 | 106 | 116 |
| Binary | 10100000 | 11101110 | 10100011 | 100001 | 0 | 100000 | 111 | 1111010 | 1000110 | 1001110 |
Color Harmonies of #A0EEA3
Complementary color
Monochromatic Colors of #A0EEA3
Black with #A0EEA3
Text Example
Text Example
White with #A0EEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EEA3; }
p { color: rgb(160,238,163); }
H1.HeaderClassName
{
color: #A0EEA3;
}
.AnyTagClassName
{
color: #A0EEA3;
}
</style>
background-color css
<style>
a { background-color: #A0EEA3; }
a { background-color: rgb(160,238,163); }
div.DivClassName
{
background-color: #A0EEA3;
}
.BgClassName
{
background-color: #A0EEA3;
}
</style>
border-color css
<style>
span { border-color: #A0EEA3; }
span { border-color: rgb(160,238,163); }
td.TdClassName
{
border-color: #A0EEA3;
}
.TagClassName
{
border-color: #A0EEA3;
}
</style>