Html Css Color HEX #A8DD9E Granny Smith Apple
📋 copy color: '#A8DD9E'red 168 ◦ green 221 ◦ blue 158
Shades of Granny Smith Apple #A8DD9E
Tints of Granny Smith Apple #A8DD9E
RGB
CMYK
RGB Variations
Color information
#A8DD9E (or 0xA8DD9E) is known color: Granny Smith Apple. HEX triplet: A8, DD and 9E. RGB value is (168,221,158). Sum of RGB (Red+Green+Blue) = 168+221+158=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 158 (62.11% from 255 or 28.88% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DD9E is #572261. Grayscale: #C6C6C6. Windows color (decimal): -5710434 or 10411432. OLE color: 10411432.
HSL color Cylindrical-coordinate representation of color #A8DD9E: hue angle of 110.48º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8DD9E is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 221 | 158 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.13 |
| HSL | 110.48º | 0.48% | 0.74% | - |
| HSV(B) | 110.48º | 0.29% | 0.87% | - |
| XYZ | 48.18 | 62.51 | 41.87 | - |
| YUV | 197.97 | 105.44 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 221 | 158 | 0.24 | 0 | 0.29 | 0.13 | 110.48 | 0.48 | 0.74 |
| Hex | A8 | DD | 9E | 18 | 0 | 1D | D | 6E | 30 | 4A |
| Octal | 250 | 335 | 236 | 30 | 0 | 35 | 15 | 156 | 60 | 112 |
| Binary | 10101000 | 11011101 | 10011110 | 11000 | 0 | 11101 | 1101 | 1101110 | 110000 | 1001010 |
Color Harmonies of #A8DD9E
Complementary color
Monochromatic Colors of #A8DD9E
Black with #A8DD9E
Text Example
Text Example
White with #A8DD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DD9E; }
p { color: rgb(168,221,158); }
H1.HeaderClassName
{
color: #A8DD9E;
}
.AnyTagClassName
{
color: #A8DD9E;
}
</style>
background-color css
<style>
a { background-color: #A8DD9E; }
a { background-color: rgb(168,221,158); }
div.DivClassName
{
background-color: #A8DD9E;
}
.BgClassName
{
background-color: #A8DD9E;
}
</style>
border-color css
<style>
span { border-color: #A8DD9E; }
span { border-color: rgb(168,221,158); }
td.TdClassName
{
border-color: #A8DD9E;
}
.TagClassName
{
border-color: #A8DD9E;
}
</style>