Html Css Color HEX #A4DC95 Granny Smith Apple
📋 copy color: '#A4DC95'red 164 ◦ green 220 ◦ blue 149
Shades of Granny Smith Apple #A4DC95
Tints of Granny Smith Apple #A4DC95
RGB
CMYK
RGB Variations
Color information
#A4DC95 (or 0xA4DC95) is known color: Granny Smith Apple. HEX triplet: A4, DC and 95. RGB value is (164,220,149). Sum of RGB (Red+Green+Blue) = 164+220+149=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DC95 is #5B236A. Grayscale: #C3C3C3. Windows color (decimal): -5972843 or 9821348. OLE color: 9821348.
HSL color Cylindrical-coordinate representation of color #A4DC95: hue angle of 107.32º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4DC95 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 220 | 149 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.14 |
| HSL | 107.32º | 0.5% | 0.72% | - |
| HSV(B) | 107.32º | 0.32% | 0.86% | - |
| XYZ | 46.33 | 61.25 | 37.81 | - |
| YUV | 195.16 | 101.95 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 220 | 149 | 0.25 | 0 | 0.32 | 0.14 | 107.32 | 0.5 | 0.72 |
| Hex | A4 | DC | 95 | 19 | 0 | 20 | E | 6B | 32 | 48 |
| Octal | 244 | 334 | 225 | 31 | 0 | 40 | 16 | 153 | 62 | 110 |
| Binary | 10100100 | 11011100 | 10010101 | 11001 | 0 | 100000 | 1110 | 1101011 | 110010 | 1001000 |
Color Harmonies of #A4DC95
Complementary color
Monochromatic Colors of #A4DC95
Black with #A4DC95
Text Example
Text Example
White with #A4DC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DC95; }
p { color: rgb(164,220,149); }
H1.HeaderClassName
{
color: #A4DC95;
}
.AnyTagClassName
{
color: #A4DC95;
}
</style>
background-color css
<style>
a { background-color: #A4DC95; }
a { background-color: rgb(164,220,149); }
div.DivClassName
{
background-color: #A4DC95;
}
.BgClassName
{
background-color: #A4DC95;
}
</style>
border-color css
<style>
span { border-color: #A4DC95; }
span { border-color: rgb(164,220,149); }
td.TdClassName
{
border-color: #A4DC95;
}
.TagClassName
{
border-color: #A4DC95;
}
</style>