Html Css Color HEX #A4DB95 Granny Smith Apple
📋 copy color: '#A4DB95'red 164 ◦ green 219 ◦ blue 149
Shades of Granny Smith Apple #A4DB95
Tints of Granny Smith Apple #A4DB95
RGB
CMYK
RGB Variations
Color information
#A4DB95 (or 0xA4DB95) is known color: Granny Smith Apple. HEX triplet: A4, DB and 95. RGB value is (164,219,149). Sum of RGB (Red+Green+Blue) = 164+219+149=532 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.83% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DB95 is #5B246A. Grayscale: #C2C2C2. Windows color (decimal): -5973099 or 9821092. OLE color: 9821092.
HSL color Cylindrical-coordinate representation of color #A4DB95: hue angle of 107.14º degrees, saturation: 0.49, 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 #A4DB95 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 219 | 149 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.14 |
| HSL | 107.14º | 0.49% | 0.72% | - |
| HSV(B) | 107.14º | 0.32% | 0.86% | - |
| XYZ | 46.07 | 60.73 | 37.73 | - |
| YUV | 194.58 | 102.28 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 219 | 149 | 0.25 | 0 | 0.32 | 0.14 | 107.14 | 0.49 | 0.72 |
| Hex | A4 | DB | 95 | 19 | 0 | 20 | E | 6B | 31 | 48 |
| Octal | 244 | 333 | 225 | 31 | 0 | 40 | 16 | 153 | 61 | 110 |
| Binary | 10100100 | 11011011 | 10010101 | 11001 | 0 | 100000 | 1110 | 1101011 | 110001 | 1001000 |
Color Harmonies of #A4DB95
Complementary color
Monochromatic Colors of #A4DB95
Black with #A4DB95
Text Example
Text Example
White with #A4DB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DB95; }
p { color: rgb(164,219,149); }
H1.HeaderClassName
{
color: #A4DB95;
}
.AnyTagClassName
{
color: #A4DB95;
}
</style>
background-color css
<style>
a { background-color: #A4DB95; }
a { background-color: rgb(164,219,149); }
div.DivClassName
{
background-color: #A4DB95;
}
.BgClassName
{
background-color: #A4DB95;
}
</style>
border-color css
<style>
span { border-color: #A4DB95; }
span { border-color: rgb(164,219,149); }
td.TdClassName
{
border-color: #A4DB95;
}
.TagClassName
{
border-color: #A4DB95;
}
</style>