Html Css Color HEX #A8D29D Granny Smith Apple
📋 copy color: '#A8D29D'red 168 ◦ green 210 ◦ blue 157
Shades of Granny Smith Apple #A8D29D
Tints of Granny Smith Apple #A8D29D
RGB
CMYK
RGB Variations
Color information
#A8D29D (or 0xA8D29D) is known color: Granny Smith Apple. HEX triplet: A8, D2 and 9D. RGB value is (168,210,157). Sum of RGB (Red+Green+Blue) = 168+210+157=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D29D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D29D is #572D62. Grayscale: #BFBFBF. Windows color (decimal): -5713251 or 10343080. OLE color: 10343080.
HSL color Cylindrical-coordinate representation of color #A8D29D: hue angle of 107.55º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8D29D is Cyan = 0.2, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 210 | 157 | - |
| CMYK | 0.2 | 0 | 0.25 | 0.18 |
| HSL | 107.55º | 0.37% | 0.72% | - |
| HSV(B) | 107.55º | 0.25% | 0.82% | - |
| XYZ | 45.28 | 56.85 | 40.49 | - |
| YUV | 191.4 | 108.59 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 157 | 0.2 | 0 | 0.25 | 0.18 | 107.55 | 0.37 | 0.72 |
| Hex | A8 | D2 | 9D | 14 | 0 | 19 | 12 | 6C | 25 | 48 |
| Octal | 250 | 322 | 235 | 24 | 0 | 31 | 22 | 154 | 45 | 110 |
| Binary | 10101000 | 11010010 | 10011101 | 10100 | 0 | 11001 | 10010 | 1101100 | 100101 | 1001000 |
Color Harmonies of #A8D29D
Complementary color
Monochromatic Colors of #A8D29D
Black with #A8D29D
Text Example
Text Example
White with #A8D29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D29D; }
p { color: rgb(168,210,157); }
H1.HeaderClassName
{
color: #A8D29D;
}
.AnyTagClassName
{
color: #A8D29D;
}
</style>
background-color css
<style>
a { background-color: #A8D29D; }
a { background-color: rgb(168,210,157); }
div.DivClassName
{
background-color: #A8D29D;
}
.BgClassName
{
background-color: #A8D29D;
}
</style>
border-color css
<style>
span { border-color: #A8D29D; }
span { border-color: rgb(168,210,157); }
td.TdClassName
{
border-color: #A8D29D;
}
.TagClassName
{
border-color: #A8D29D;
}
</style>