Html Css Color HEX #A4EBA0 Granny Smith Apple
📋 copy color: '#A4EBA0'red 164 ◦ green 235 ◦ blue 160
Shades of Granny Smith Apple #A4EBA0
Tints of Granny Smith Apple #A4EBA0
RGB
CMYK
RGB Variations
Color information
#A4EBA0 (or 0xA4EBA0) is known color: Granny Smith Apple. HEX triplet: A4, EB and A0. RGB value is (164,235,160). Sum of RGB (Red+Green+Blue) = 164+235+160=559 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.34% from 559); Green value is 235 (92.19% from 255 or 42.04% from 559); Blue value is 160 (62.89% from 255 or 28.62% from 559); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EBA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4EBA0 is #5B145F. Grayscale: #CDCDCD. Windows color (decimal): -5968992 or 10546084. OLE color: 10546084.
HSL color Cylindrical-coordinate representation of color #A4EBA0: hue angle of 116.8º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4EBA0 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 235 | 160 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.08 |
| HSL | 116.8º | 0.65% | 0.77% | - |
| HSV(B) | 116.8º | 0.32% | 0.92% | - |
| XYZ | 51.36 | 69.85 | 44.03 | - |
| YUV | 205.22 | 102.48 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 235 | 160 | 0.30 | 0 | 0.32 | 0.08 | 116.8 | 0.65 | 0.77 |
| Hex | A4 | EB | A0 | 1E | 0 | 20 | 8 | 75 | 41 | 4D |
| Octal | 244 | 353 | 240 | 36 | 0 | 40 | 10 | 165 | 101 | 115 |
| Binary | 10100100 | 11101011 | 10100000 | 11110 | 0 | 100000 | 1000 | 1110101 | 1000001 | 1001101 |
Color Harmonies of #A4EBA0
Complementary color
Monochromatic Colors of #A4EBA0
Black with #A4EBA0
Text Example
Text Example
White with #A4EBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EBA0; }
p { color: rgb(164,235,160); }
H1.HeaderClassName
{
color: #A4EBA0;
}
.AnyTagClassName
{
color: #A4EBA0;
}
</style>
background-color css
<style>
a { background-color: #A4EBA0; }
a { background-color: rgb(164,235,160); }
div.DivClassName
{
background-color: #A4EBA0;
}
.BgClassName
{
background-color: #A4EBA0;
}
</style>
border-color css
<style>
span { border-color: #A4EBA0; }
span { border-color: rgb(164,235,160); }
td.TdClassName
{
border-color: #A4EBA0;
}
.TagClassName
{
border-color: #A4EBA0;
}
</style>