Html Css Color HEX #A8DB9D Granny Smith Apple
📋 copy color: '#A8DB9D'red 168 ◦ green 219 ◦ blue 157
Shades of Granny Smith Apple #A8DB9D
Tints of Granny Smith Apple #A8DB9D
RGB
CMYK
RGB Variations
Color information
#A8DB9D (or 0xA8DB9D) is known color: Granny Smith Apple. HEX triplet: A8, DB and 9D. RGB value is (168,219,157). Sum of RGB (Red+Green+Blue) = 168+219+157=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DB9D is #572462. Grayscale: #C4C4C4. Windows color (decimal): -5710947 or 10345384. OLE color: 10345384.
HSL color Cylindrical-coordinate representation of color #A8DB9D: hue angle of 109.35º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8DB9D is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 157 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.14 |
| HSL | 109.35º | 0.46% | 0.74% | - |
| HSV(B) | 109.35º | 0.28% | 0.86% | - |
| XYZ | 47.57 | 61.42 | 41.25 | - |
| YUV | 196.68 | 105.6 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 157 | 0.23 | 0 | 0.28 | 0.14 | 109.35 | 0.46 | 0.74 |
| Hex | A8 | DB | 9D | 17 | 0 | 1C | E | 6D | 2E | 4A |
| Octal | 250 | 333 | 235 | 27 | 0 | 34 | 16 | 155 | 56 | 112 |
| Binary | 10101000 | 11011011 | 10011101 | 10111 | 0 | 11100 | 1110 | 1101101 | 101110 | 1001010 |
Color Harmonies of #A8DB9D
Complementary color
Monochromatic Colors of #A8DB9D
Black with #A8DB9D
Text Example
Text Example
White with #A8DB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DB9D; }
p { color: rgb(168,219,157); }
H1.HeaderClassName
{
color: #A8DB9D;
}
.AnyTagClassName
{
color: #A8DB9D;
}
</style>
background-color css
<style>
a { background-color: #A8DB9D; }
a { background-color: rgb(168,219,157); }
div.DivClassName
{
background-color: #A8DB9D;
}
.BgClassName
{
background-color: #A8DB9D;
}
</style>
border-color css
<style>
span { border-color: #A8DB9D; }
span { border-color: rgb(168,219,157); }
td.TdClassName
{
border-color: #A8DB9D;
}
.TagClassName
{
border-color: #A8DB9D;
}
</style>