Html Css Color HEX #A8D29B Granny Smith Apple
📋 copy color: '#A8D29B'red 168 ◦ green 210 ◦ blue 155
Shades of Granny Smith Apple #A8D29B
Tints of Granny Smith Apple #A8D29B
RGB
CMYK
RGB Variations
Color information
#A8D29B (or 0xA8D29B) is known color: Granny Smith Apple. HEX triplet: A8, D2 and 9B. RGB value is (168,210,155). Sum of RGB (Red+Green+Blue) = 168+210+155=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D29B is #572D64. Grayscale: #BFBFBF. Windows color (decimal): -5713253 or 10212008. OLE color: 10212008.
HSL color Cylindrical-coordinate representation of color #A8D29B: hue angle of 105.82º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8D29B is Cyan = 0.2, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
RGB | 168 | 210 | 155 | - |
CMYK | 0.2 | 0 | 0.26 | 0.18 |
HSL | 105.82º | 0.38% | 0.72% | - |
HSV(B) | 105.82º | 0.26% | 0.82% | - |
XYZ | 45.11 | 56.78 | 39.59 | - |
YUV | 191.17 | 107.59 | 111.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 210 | 155 | 0.2 | 0 | 0.26 | 0.18 | 105.82 | 0.38 | 0.72 |
Hex | A8 | D2 | 9B | 14 | 0 | 1A | 12 | 6A | 26 | 48 |
Octal | 250 | 322 | 233 | 24 | 0 | 32 | 22 | 152 | 46 | 110 |
Binary | 10101000 | 11010010 | 10011011 | 10100 | 0 | 11010 | 10010 | 1101010 | 100110 | 1001000 |
Color Harmonies of #A8D29B
Complementary color
Monochromatic Colors of #A8D29B
Black with #A8D29B
Text Example
Text Example
White with #A8D29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D29B; }
p { color: rgb(168,210,155); }
H1.HeaderClassName
{
color: #A8D29B;
}
.AnyTagClassName
{
color: #A8D29B;
}
</style>
background-color css
<style>
a { background-color: #A8D29B; }
a { background-color: rgb(168,210,155); }
div.DivClassName
{
background-color: #A8D29B;
}
.BgClassName
{
background-color: #A8D29B;
}
</style>
border-color css
<style>
span { border-color: #A8D29B; }
span { border-color: rgb(168,210,155); }
td.TdClassName
{
border-color: #A8D29B;
}
.TagClassName
{
border-color: #A8D29B;
}
</style>