Html Css Color HEX #A4DAA0 Granny Smith Apple
📋 copy color: '#A4DAA0'red 164 ◦ green 218 ◦ blue 160
Shades of Granny Smith Apple #A4DAA0
Tints of Granny Smith Apple #A4DAA0
RGB
CMYK
RGB Variations
Color information
#A4DAA0 (or 0xA4DAA0) is known color: Granny Smith Apple. HEX triplet: A4, DA and A0. RGB value is (164,218,160). Sum of RGB (Red+Green+Blue) = 164+218+160=542 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.26% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #A4DAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DAA0 is #5B255F. Grayscale: #C3C3C3. Windows color (decimal): -5973344 or 10541732. OLE color: 10541732.
HSL color Cylindrical-coordinate representation of color #A4DAA0: hue angle of 115.86º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4DAA0 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 218 | 160 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.15 |
| HSL | 115.86º | 0.44% | 0.74% | - |
| HSV(B) | 115.86º | 0.27% | 0.85% | - |
| XYZ | 46.73 | 60.57 | 42.49 | - |
| YUV | 195.24 | 108.11 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 218 | 160 | 0.25 | 0 | 0.27 | 0.15 | 115.86 | 0.44 | 0.74 |
| Hex | A4 | DA | A0 | 19 | 0 | 1B | F | 74 | 2C | 4A |
| Octal | 244 | 332 | 240 | 31 | 0 | 33 | 17 | 164 | 54 | 112 |
| Binary | 10100100 | 11011010 | 10100000 | 11001 | 0 | 11011 | 1111 | 1110100 | 101100 | 1001010 |
Color Harmonies of #A4DAA0
Complementary color
Monochromatic Colors of #A4DAA0
Black with #A4DAA0
Text Example
Text Example
White with #A4DAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DAA0; }
p { color: rgb(164,218,160); }
H1.HeaderClassName
{
color: #A4DAA0;
}
.AnyTagClassName
{
color: #A4DAA0;
}
</style>
background-color css
<style>
a { background-color: #A4DAA0; }
a { background-color: rgb(164,218,160); }
div.DivClassName
{
background-color: #A4DAA0;
}
.BgClassName
{
background-color: #A4DAA0;
}
</style>
border-color css
<style>
span { border-color: #A4DAA0; }
span { border-color: rgb(164,218,160); }
td.TdClassName
{
border-color: #A4DAA0;
}
.TagClassName
{
border-color: #A4DAA0;
}
</style>