Shades of Pale Green #A4EFA0
Tints of Pale Green #A4EFA0
RGB
CMYK
RGB Variations
Color information
#A4EFA0 (or 0xA4EFA0) is known color: Pale Green. HEX triplet: A4, EF and A0. RGB value is (164,239,160). Sum of RGB (Red+Green+Blue) = 164+239+160=563 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.13% from 563); Green value is 239 (93.75% from 255 or 42.45% from 563); Blue value is 160 (62.89% from 255 or 28.42% from 563); Max value from RGB is 239 - color contains mainly: green. Hex color #A4EFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4EFA0 is #5B105F. Grayscale: #CFCFCF. Windows color (decimal): -5967968 or 10547108. OLE color: 10547108.
HSL color Cylindrical-coordinate representation of color #A4EFA0: hue angle of 116.96º 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 #A4EFA0 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 239 | 160 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.06 |
| HSL | 116.96º | 0.71% | 0.78% | - |
| HSV(B) | 116.96º | 0.33% | 0.94% | - |
| XYZ | 52.52 | 72.16 | 44.42 | - |
| YUV | 207.57 | 101.15 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 239 | 160 | 0.31 | 0 | 0.33 | 0.06 | 116.96 | 0.71 | 0.78 |
| Hex | A4 | EF | A0 | 1F | 0 | 21 | 6 | 75 | 47 | 4E |
| Octal | 244 | 357 | 240 | 37 | 0 | 41 | 6 | 165 | 107 | 116 |
| Binary | 10100100 | 11101111 | 10100000 | 11111 | 0 | 100001 | 110 | 1110101 | 1000111 | 1001110 |
Color Harmonies of #A4EFA0
Complementary color
Monochromatic Colors of #A4EFA0
Black with #A4EFA0
Text Example
Text Example
White with #A4EFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EFA0; }
p { color: rgb(164,239,160); }
H1.HeaderClassName
{
color: #A4EFA0;
}
.AnyTagClassName
{
color: #A4EFA0;
}
</style>
background-color css
<style>
a { background-color: #A4EFA0; }
a { background-color: rgb(164,239,160); }
div.DivClassName
{
background-color: #A4EFA0;
}
.BgClassName
{
background-color: #A4EFA0;
}
</style>
border-color css
<style>
span { border-color: #A4EFA0; }
span { border-color: rgb(164,239,160); }
td.TdClassName
{
border-color: #A4EFA0;
}
.TagClassName
{
border-color: #A4EFA0;
}
</style>