Html Css Color HEX #A4EC95 Granny Smith Apple
📋 copy color: '#A4EC95'red 164 ◦ green 236 ◦ blue 149
Shades of Granny Smith Apple #A4EC95
Tints of Granny Smith Apple #A4EC95
RGB
CMYK
RGB Variations
Color information
#A4EC95 (or 0xA4EC95) is known color: Granny Smith Apple. HEX triplet: A4, EC and 95. RGB value is (164,236,149). Sum of RGB (Red+Green+Blue) = 164+236+149=549 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.87% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #A4EC95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4EC95 is #5B136A. Grayscale: #CCCCCC. Windows color (decimal): -5968747 or 9825444. OLE color: 9825444.
HSL color Cylindrical-coordinate representation of color #A4EC95: hue angle of 109.66º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4EC95 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 236 | 149 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.07 |
| HSL | 109.66º | 0.7% | 0.75% | - |
| HSV(B) | 109.66º | 0.37% | 0.93% | - |
| XYZ | 50.73 | 70.05 | 39.28 | - |
| YUV | 204.55 | 96.65 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 236 | 149 | 0.31 | 0 | 0.37 | 0.07 | 109.66 | 0.7 | 0.75 |
| Hex | A4 | EC | 95 | 1F | 0 | 25 | 7 | 6E | 46 | 4B |
| Octal | 244 | 354 | 225 | 37 | 0 | 45 | 7 | 156 | 106 | 113 |
| Binary | 10100100 | 11101100 | 10010101 | 11111 | 0 | 100101 | 111 | 1101110 | 1000110 | 1001011 |
Color Harmonies of #A4EC95
Complementary color
Monochromatic Colors of #A4EC95
Black with #A4EC95
Text Example
Text Example
White with #A4EC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EC95; }
p { color: rgb(164,236,149); }
H1.HeaderClassName
{
color: #A4EC95;
}
.AnyTagClassName
{
color: #A4EC95;
}
</style>
background-color css
<style>
a { background-color: #A4EC95; }
a { background-color: rgb(164,236,149); }
div.DivClassName
{
background-color: #A4EC95;
}
.BgClassName
{
background-color: #A4EC95;
}
</style>
border-color css
<style>
span { border-color: #A4EC95; }
span { border-color: rgb(164,236,149); }
td.TdClassName
{
border-color: #A4EC95;
}
.TagClassName
{
border-color: #A4EC95;
}
</style>