Html Css Color HEX #A4DB93 Granny Smith Apple
📋 copy color: '#A4DB93'red 164 ◦ green 219 ◦ blue 147
Shades of Granny Smith Apple #A4DB93
Tints of Granny Smith Apple #A4DB93
RGB
CMYK
RGB Variations
Color information
#A4DB93 (or 0xA4DB93) is known color: Granny Smith Apple. HEX triplet: A4, DB and 93. RGB value is (164,219,147). Sum of RGB (Red+Green+Blue) = 164+219+147=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DB93 is #5B246C. Grayscale: #C2C2C2. Windows color (decimal): -5973101 or 9690020. OLE color: 9690020.
HSL color Cylindrical-coordinate representation of color #A4DB93: hue angle of 105.83º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4DB93 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 219 | 147 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.14 |
| HSL | 105.83º | 0.5% | 0.72% | - |
| HSV(B) | 105.83º | 0.33% | 0.86% | - |
| XYZ | 45.91 | 60.66 | 36.89 | - |
| YUV | 194.35 | 101.28 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 219 | 147 | 0.25 | 0 | 0.33 | 0.14 | 105.83 | 0.5 | 0.72 |
| Hex | A4 | DB | 93 | 19 | 0 | 21 | E | 6A | 32 | 48 |
| Octal | 244 | 333 | 223 | 31 | 0 | 41 | 16 | 152 | 62 | 110 |
| Binary | 10100100 | 11011011 | 10010011 | 11001 | 0 | 100001 | 1110 | 1101010 | 110010 | 1001000 |
Color Harmonies of #A4DB93
Complementary color
Monochromatic Colors of #A4DB93
Black with #A4DB93
Text Example
Text Example
White with #A4DB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DB93; }
p { color: rgb(164,219,147); }
H1.HeaderClassName
{
color: #A4DB93;
}
.AnyTagClassName
{
color: #A4DB93;
}
</style>
background-color css
<style>
a { background-color: #A4DB93; }
a { background-color: rgb(164,219,147); }
div.DivClassName
{
background-color: #A4DB93;
}
.BgClassName
{
background-color: #A4DB93;
}
</style>
border-color css
<style>
span { border-color: #A4DB93; }
span { border-color: rgb(164,219,147); }
td.TdClassName
{
border-color: #A4DB93;
}
.TagClassName
{
border-color: #A4DB93;
}
</style>