Html Css Color HEX #A8DDA0 Granny Smith Apple
📋 copy color: '#A8DDA0'red 168 ◦ green 221 ◦ blue 160
Shades of Granny Smith Apple #A8DDA0
Tints of Granny Smith Apple #A8DDA0
RGB
CMYK
RGB Variations
Color information
#A8DDA0 (or 0xA8DDA0) is known color: Granny Smith Apple. HEX triplet: A8, DD and A0. RGB value is (168,221,160). Sum of RGB (Red+Green+Blue) = 168+221+160=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 160 (62.89% from 255 or 29.14% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DDA0 is #57225F. Grayscale: #C6C6C6. Windows color (decimal): -5710432 or 10542504. OLE color: 10542504.
HSL color Cylindrical-coordinate representation of color #A8DDA0: hue angle of 112.13º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8DDA0 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 160 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.13 |
| HSL | 112.13º | 0.47% | 0.75% | - |
| HSV(B) | 112.13º | 0.28% | 0.87% | - |
| XYZ | 48.35 | 62.58 | 42.79 | - |
| YUV | 198.2 | 106.44 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 160 | 0.24 | 0 | 0.28 | 0.13 | 112.13 | 0.47 | 0.75 |
| Hex | A8 | DD | A0 | 18 | 0 | 1C | D | 70 | 2F | 4B |
| Octal | 250 | 335 | 240 | 30 | 0 | 34 | 15 | 160 | 57 | 113 |
| Binary | 10101000 | 11011101 | 10100000 | 11000 | 0 | 11100 | 1101 | 1110000 | 101111 | 1001011 |
Color Harmonies of #A8DDA0
Complementary color
Monochromatic Colors of #A8DDA0
Black with #A8DDA0
Text Example
Text Example
White with #A8DDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DDA0; }
p { color: rgb(168,221,160); }
H1.HeaderClassName
{
color: #A8DDA0;
}
.AnyTagClassName
{
color: #A8DDA0;
}
</style>
background-color css
<style>
a { background-color: #A8DDA0; }
a { background-color: rgb(168,221,160); }
div.DivClassName
{
background-color: #A8DDA0;
}
.BgClassName
{
background-color: #A8DDA0;
}
</style>
border-color css
<style>
span { border-color: #A8DDA0; }
span { border-color: rgb(168,221,160); }
td.TdClassName
{
border-color: #A8DDA0;
}
.TagClassName
{
border-color: #A8DDA0;
}
</style>