Shades of Pale Green #A0EFA0
Tints of Pale Green #A0EFA0
RGB
CMYK
RGB Variations
Color information
#A0EFA0 (or 0xA0EFA0) is known color: Pale Green. HEX triplet: A0, EF and A0. RGB value is (160,239,160). Sum of RGB (Red+Green+Blue) = 160+239+160=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 160 (62.89% from 255 or 28.62% from 559); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EFA0 is #5F105F. Grayscale: #CECECE. Windows color (decimal): -6230112 or 10547104. OLE color: 10547104.
HSL color Cylindrical-coordinate representation of color #A0EFA0: hue angle of 120º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EFA0 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 160 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.06 |
| HSL | 120º | 0.71% | 0.78% | - |
| HSV(B) | 120º | 0.33% | 0.94% | - |
| XYZ | 51.71 | 71.74 | 44.38 | - |
| YUV | 206.37 | 101.83 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 160 | 0.33 | 0 | 0.33 | 0.06 | 120 | 0.71 | 0.78 |
| Hex | A0 | EF | A0 | 21 | 0 | 21 | 6 | 78 | 47 | 4E |
| Octal | 240 | 357 | 240 | 41 | 0 | 41 | 6 | 170 | 107 | 116 |
| Binary | 10100000 | 11101111 | 10100000 | 100001 | 0 | 100001 | 110 | 1111000 | 1000111 | 1001110 |
Color Harmonies of #A0EFA0
Complementary color
Monochromatic Colors of #A0EFA0
Black with #A0EFA0
Text Example
Text Example
White with #A0EFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EFA0; }
p { color: rgb(160,239,160); }
H1.HeaderClassName
{
color: #A0EFA0;
}
.AnyTagClassName
{
color: #A0EFA0;
}
</style>
background-color css
<style>
a { background-color: #A0EFA0; }
a { background-color: rgb(160,239,160); }
div.DivClassName
{
background-color: #A0EFA0;
}
.BgClassName
{
background-color: #A0EFA0;
}
</style>
border-color css
<style>
span { border-color: #A0EFA0; }
span { border-color: rgb(160,239,160); }
td.TdClassName
{
border-color: #A0EFA0;
}
.TagClassName
{
border-color: #A0EFA0;
}
</style>