Html Css Color HEX #A4DB9D Granny Smith Apple
📋 copy color: '#A4DB9D'red 164 ◦ green 219 ◦ blue 157
Shades of Granny Smith Apple #A4DB9D
Tints of Granny Smith Apple #A4DB9D
RGB
CMYK
RGB Variations
Color information
#A4DB9D (or 0xA4DB9D) is known color: Granny Smith Apple. HEX triplet: A4, DB and 9D. RGB value is (164,219,157). Sum of RGB (Red+Green+Blue) = 164+219+157=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DB9D is #5B2462. Grayscale: #C3C3C3. Windows color (decimal): -5973091 or 10345380. OLE color: 10345380.
HSL color Cylindrical-coordinate representation of color #A4DB9D: hue angle of 113.23º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4DB9D is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 219 | 157 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.14 |
| HSL | 113.23º | 0.46% | 0.74% | - |
| HSV(B) | 113.23º | 0.28% | 0.86% | - |
| XYZ | 46.73 | 60.99 | 41.21 | - |
| YUV | 195.49 | 106.28 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 219 | 157 | 0.25 | 0 | 0.28 | 0.14 | 113.23 | 0.46 | 0.74 |
| Hex | A4 | DB | 9D | 19 | 0 | 1C | E | 71 | 2E | 4A |
| Octal | 244 | 333 | 235 | 31 | 0 | 34 | 16 | 161 | 56 | 112 |
| Binary | 10100100 | 11011011 | 10011101 | 11001 | 0 | 11100 | 1110 | 1110001 | 101110 | 1001010 |
Color Harmonies of #A4DB9D
Complementary color
Monochromatic Colors of #A4DB9D
Black with #A4DB9D
Text Example
Text Example
White with #A4DB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DB9D; }
p { color: rgb(164,219,157); }
H1.HeaderClassName
{
color: #A4DB9D;
}
.AnyTagClassName
{
color: #A4DB9D;
}
</style>
background-color css
<style>
a { background-color: #A4DB9D; }
a { background-color: rgb(164,219,157); }
div.DivClassName
{
background-color: #A4DB9D;
}
.BgClassName
{
background-color: #A4DB9D;
}
</style>
border-color css
<style>
span { border-color: #A4DB9D; }
span { border-color: rgb(164,219,157); }
td.TdClassName
{
border-color: #A4DB9D;
}
.TagClassName
{
border-color: #A4DB9D;
}
</style>