Html Css Color HEX #A8D29A Granny Smith Apple
📋 copy color: '#A8D29A'red 168 ◦ green 210 ◦ blue 154
Shades of Granny Smith Apple #A8D29A
Tints of Granny Smith Apple #A8D29A
RGB
CMYK
RGB Variations
Color information
#A8D29A (or 0xA8D29A) is known color: Granny Smith Apple. HEX triplet: A8, D2 and 9A. RGB value is (168,210,154). Sum of RGB (Red+Green+Blue) = 168+210+154=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 154 (60.55% from 255 or 28.95% from 532); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D29A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D29A is #572D65. Grayscale: #BFBFBF. Windows color (decimal): -5713254 or 10146472. OLE color: 10146472.
HSL color Cylindrical-coordinate representation of color #A8D29A: hue angle of 105º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8D29A is Cyan = 0.2, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 210 | 154 | - |
| CMYK | 0.2 | 0 | 0.27 | 0.18 |
| HSL | 105º | 0.38% | 0.71% | - |
| HSV(B) | 105º | 0.27% | 0.82% | - |
| XYZ | 45.03 | 56.75 | 39.15 | - |
| YUV | 191.06 | 107.09 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 154 | 0.2 | 0 | 0.27 | 0.18 | 105 | 0.38 | 0.71 |
| Hex | A8 | D2 | 9A | 14 | 0 | 1B | 12 | 69 | 26 | 47 |
| Octal | 250 | 322 | 232 | 24 | 0 | 33 | 22 | 151 | 46 | 107 |
| Binary | 10101000 | 11010010 | 10011010 | 10100 | 0 | 11011 | 10010 | 1101001 | 100110 | 1000111 |
Color Harmonies of #A8D29A
Complementary color
Monochromatic Colors of #A8D29A
Black with #A8D29A
Text Example
Text Example
White with #A8D29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D29A; }
p { color: rgb(168,210,154); }
H1.HeaderClassName
{
color: #A8D29A;
}
.AnyTagClassName
{
color: #A8D29A;
}
</style>
background-color css
<style>
a { background-color: #A8D29A; }
a { background-color: rgb(168,210,154); }
div.DivClassName
{
background-color: #A8D29A;
}
.BgClassName
{
background-color: #A8D29A;
}
</style>
border-color css
<style>
span { border-color: #A8D29A; }
span { border-color: rgb(168,210,154); }
td.TdClassName
{
border-color: #A8D29A;
}
.TagClassName
{
border-color: #A8D29A;
}
</style>