Html Css Color HEX #A4DBA0 Granny Smith Apple
📋 copy color: '#A4DBA0'red 164 ◦ green 219 ◦ blue 160
Shades of Granny Smith Apple #A4DBA0
Tints of Granny Smith Apple #A4DBA0
RGB
CMYK
RGB Variations
Color information
#A4DBA0 (or 0xA4DBA0) is known color: Granny Smith Apple. HEX triplet: A4, DB and A0. RGB value is (164,219,160). Sum of RGB (Red+Green+Blue) = 164+219+160=543 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.20% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 160 (62.89% from 255 or 29.47% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DBA0 is #5B245F. Grayscale: #C4C4C4. Windows color (decimal): -5973088 or 10541988. OLE color: 10541988.
HSL color Cylindrical-coordinate representation of color #A4DBA0: hue angle of 115.93º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4DBA0 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 219 | 160 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.14 |
| HSL | 115.93º | 0.45% | 0.74% | - |
| HSV(B) | 115.93º | 0.27% | 0.86% | - |
| XYZ | 46.99 | 61.09 | 42.57 | - |
| YUV | 195.83 | 107.78 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 219 | 160 | 0.25 | 0 | 0.27 | 0.14 | 115.93 | 0.45 | 0.74 |
| Hex | A4 | DB | A0 | 19 | 0 | 1B | E | 74 | 2D | 4A |
| Octal | 244 | 333 | 240 | 31 | 0 | 33 | 16 | 164 | 55 | 112 |
| Binary | 10100100 | 11011011 | 10100000 | 11001 | 0 | 11011 | 1110 | 1110100 | 101101 | 1001010 |
Color Harmonies of #A4DBA0
Complementary color
Monochromatic Colors of #A4DBA0
Black with #A4DBA0
Text Example
Text Example
White with #A4DBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DBA0; }
p { color: rgb(164,219,160); }
H1.HeaderClassName
{
color: #A4DBA0;
}
.AnyTagClassName
{
color: #A4DBA0;
}
</style>
background-color css
<style>
a { background-color: #A4DBA0; }
a { background-color: rgb(164,219,160); }
div.DivClassName
{
background-color: #A4DBA0;
}
.BgClassName
{
background-color: #A4DBA0;
}
</style>
border-color css
<style>
span { border-color: #A4DBA0; }
span { border-color: rgb(164,219,160); }
td.TdClassName
{
border-color: #A4DBA0;
}
.TagClassName
{
border-color: #A4DBA0;
}
</style>