Shades of Pale Green #A0EE9A
Tints of Pale Green #A0EE9A
RGB
CMYK
RGB Variations
Color information
#A0EE9A (or 0xA0EE9A) is known color: Pale Green. HEX triplet: A0, EE and 9A. RGB value is (160,238,154). Sum of RGB (Red+Green+Blue) = 160+238+154=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 238 (93.36% from 255 or 43.12% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EE9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EE9A is #5F1165. Grayscale: #CDCDCD. Windows color (decimal): -6230374 or 10153632. OLE color: 10153632.
HSL color Cylindrical-coordinate representation of color #A0EE9A: hue angle of 115.71º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0EE9A is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 154 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.07 |
| HSL | 115.71º | 0.71% | 0.77% | - |
| HSV(B) | 115.71º | 0.35% | 0.93% | - |
| XYZ | 50.9 | 70.96 | 41.58 | - |
| YUV | 205.1 | 99.16 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 154 | 0.33 | 0 | 0.35 | 0.07 | 115.71 | 0.71 | 0.77 |
| Hex | A0 | EE | 9A | 21 | 0 | 23 | 7 | 74 | 47 | 4D |
| Octal | 240 | 356 | 232 | 41 | 0 | 43 | 7 | 164 | 107 | 115 |
| Binary | 10100000 | 11101110 | 10011010 | 100001 | 0 | 100011 | 111 | 1110100 | 1000111 | 1001101 |
Color Harmonies of #A0EE9A
Complementary color
Monochromatic Colors of #A0EE9A
Black with #A0EE9A
Text Example
Text Example
White with #A0EE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EE9A; }
p { color: rgb(160,238,154); }
H1.HeaderClassName
{
color: #A0EE9A;
}
.AnyTagClassName
{
color: #A0EE9A;
}
</style>
background-color css
<style>
a { background-color: #A0EE9A; }
a { background-color: rgb(160,238,154); }
div.DivClassName
{
background-color: #A0EE9A;
}
.BgClassName
{
background-color: #A0EE9A;
}
</style>
border-color css
<style>
span { border-color: #A0EE9A; }
span { border-color: rgb(160,238,154); }
td.TdClassName
{
border-color: #A0EE9A;
}
.TagClassName
{
border-color: #A0EE9A;
}
</style>