Html Css Color HEX #A0D29E Granny Smith Apple
📋 copy color: '#A0D29E'red 160 ◦ green 210 ◦ blue 158
Shades of Granny Smith Apple #A0D29E
Tints of Granny Smith Apple #A0D29E
RGB
CMYK
RGB Variations
Color information
#A0D29E (or 0xA0D29E) is known color: Granny Smith Apple. HEX triplet: A0, D2 and 9E. RGB value is (160,210,158). Sum of RGB (Red+Green+Blue) = 160+210+158=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 158 (62.11% from 255 or 29.92% from 528); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D29E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D29E is #5F2D61. Grayscale: #BDBDBD. Windows color (decimal): -6237538 or 10408608. OLE color: 10408608.
HSL color Cylindrical-coordinate representation of color #A0D29E: hue angle of 117.69º 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 #A0D29E is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 210 | 158 | - |
| CMYK | 0.24 | 0 | 0.25 | 0.18 |
| HSL | 117.69º | 0.37% | 0.72% | - |
| HSV(B) | 117.69º | 0.25% | 0.82% | - |
| XYZ | 43.72 | 56.04 | 40.86 | - |
| YUV | 189.12 | 110.44 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 210 | 158 | 0.24 | 0 | 0.25 | 0.18 | 117.69 | 0.37 | 0.72 |
| Hex | A0 | D2 | 9E | 18 | 0 | 19 | 12 | 76 | 25 | 48 |
| Octal | 240 | 322 | 236 | 30 | 0 | 31 | 22 | 166 | 45 | 110 |
| Binary | 10100000 | 11010010 | 10011110 | 11000 | 0 | 11001 | 10010 | 1110110 | 100101 | 1001000 |
Color Harmonies of #A0D29E
Complementary color
Monochromatic Colors of #A0D29E
Black with #A0D29E
Text Example
Text Example
White with #A0D29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D29E; }
p { color: rgb(160,210,158); }
H1.HeaderClassName
{
color: #A0D29E;
}
.AnyTagClassName
{
color: #A0D29E;
}
</style>
background-color css
<style>
a { background-color: #A0D29E; }
a { background-color: rgb(160,210,158); }
div.DivClassName
{
background-color: #A0D29E;
}
.BgClassName
{
background-color: #A0D29E;
}
</style>
border-color css
<style>
span { border-color: #A0D29E; }
span { border-color: rgb(160,210,158); }
td.TdClassName
{
border-color: #A0D29E;
}
.TagClassName
{
border-color: #A0D29E;
}
</style>