Html Css Color HEX #A4DB97 Granny Smith Apple
📋 copy color: '#A4DB97'red 164 ◦ green 219 ◦ blue 151
Shades of Granny Smith Apple #A4DB97
Tints of Granny Smith Apple #A4DB97
RGB
CMYK
RGB Variations
Color information
#A4DB97 (or 0xA4DB97) is known color: Granny Smith Apple. HEX triplet: A4, DB and 97. RGB value is (164,219,151). Sum of RGB (Red+Green+Blue) = 164+219+151=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 151 (59.38% from 255 or 28.28% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DB97 is #5B2468. Grayscale: #C3C3C3. Windows color (decimal): -5973097 or 9952164. OLE color: 9952164.
HSL color Cylindrical-coordinate representation of color #A4DB97: hue angle of 108.53º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4DB97 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 219 | 151 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.14 |
| HSL | 108.53º | 0.49% | 0.73% | - |
| HSV(B) | 108.53º | 0.31% | 0.86% | - |
| XYZ | 46.23 | 60.79 | 38.58 | - |
| YUV | 194.8 | 103.28 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 219 | 151 | 0.25 | 0 | 0.31 | 0.14 | 108.53 | 0.49 | 0.73 |
| Hex | A4 | DB | 97 | 19 | 0 | 1F | E | 6D | 31 | 49 |
| Octal | 244 | 333 | 227 | 31 | 0 | 37 | 16 | 155 | 61 | 111 |
| Binary | 10100100 | 11011011 | 10010111 | 11001 | 0 | 11111 | 1110 | 1101101 | 110001 | 1001001 |
Color Harmonies of #A4DB97
Complementary color
Monochromatic Colors of #A4DB97
Black with #A4DB97
Text Example
Text Example
White with #A4DB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DB97; }
p { color: rgb(164,219,151); }
H1.HeaderClassName
{
color: #A4DB97;
}
.AnyTagClassName
{
color: #A4DB97;
}
</style>
background-color css
<style>
a { background-color: #A4DB97; }
a { background-color: rgb(164,219,151); }
div.DivClassName
{
background-color: #A4DB97;
}
.BgClassName
{
background-color: #A4DB97;
}
</style>
border-color css
<style>
span { border-color: #A4DB97; }
span { border-color: rgb(164,219,151); }
td.TdClassName
{
border-color: #A4DB97;
}
.TagClassName
{
border-color: #A4DB97;
}
</style>