Html Css Color HEX #A8D2A0 Granny Smith Apple
📋 copy color: '#A8D2A0'red 168 ◦ green 210 ◦ blue 160
Shades of Granny Smith Apple #A8D2A0
Tints of Granny Smith Apple #A8D2A0
RGB
CMYK
RGB Variations
Color information
#A8D2A0 (or 0xA8D2A0) is known color: Granny Smith Apple. HEX triplet: A8, D2 and A0. RGB value is (168,210,160). Sum of RGB (Red+Green+Blue) = 168+210+160=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D2A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D2A0 is #572D5F. Grayscale: #BFBFBF. Windows color (decimal): -5713248 or 10539688. OLE color: 10539688.
HSL color Cylindrical-coordinate representation of color #A8D2A0: hue angle of 110.4º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8D2A0 is Cyan = 0.2, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 210 | 160 | - |
| CMYK | 0.2 | 0 | 0.24 | 0.18 |
| HSL | 110.4º | 0.36% | 0.73% | - |
| HSV(B) | 110.4º | 0.24% | 0.82% | - |
| XYZ | 45.54 | 56.96 | 41.85 | - |
| YUV | 191.74 | 110.09 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 160 | 0.2 | 0 | 0.24 | 0.18 | 110.4 | 0.36 | 0.73 |
| Hex | A8 | D2 | A0 | 14 | 0 | 18 | 12 | 6E | 24 | 49 |
| Octal | 250 | 322 | 240 | 24 | 0 | 30 | 22 | 156 | 44 | 111 |
| Binary | 10101000 | 11010010 | 10100000 | 10100 | 0 | 11000 | 10010 | 1101110 | 100100 | 1001001 |
Color Harmonies of #A8D2A0
Complementary color
Monochromatic Colors of #A8D2A0
Black with #A8D2A0
Text Example
Text Example
White with #A8D2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D2A0; }
p { color: rgb(168,210,160); }
H1.HeaderClassName
{
color: #A8D2A0;
}
.AnyTagClassName
{
color: #A8D2A0;
}
</style>
background-color css
<style>
a { background-color: #A8D2A0; }
a { background-color: rgb(168,210,160); }
div.DivClassName
{
background-color: #A8D2A0;
}
.BgClassName
{
background-color: #A8D2A0;
}
</style>
border-color css
<style>
span { border-color: #A8D2A0; }
span { border-color: rgb(168,210,160); }
td.TdClassName
{
border-color: #A8D2A0;
}
.TagClassName
{
border-color: #A8D2A0;
}
</style>