Html Css Color HEX #AADC9D Granny Smith Apple
📋 copy color: '#AADC9D'red 170 ◦ green 220 ◦ blue 157
Shades of Granny Smith Apple #AADC9D
Tints of Granny Smith Apple #AADC9D
RGB
CMYK
RGB Variations
Color information
#AADC9D (or 0xAADC9D) is known color: Granny Smith Apple. HEX triplet: AA, DC and 9D. RGB value is (170,220,157). Sum of RGB (Red+Green+Blue) = 170+220+157=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 157 (61.72% from 255 or 28.70% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADC9D is #552362. Grayscale: #C6C6C6. Windows color (decimal): -5579619 or 10345642. OLE color: 10345642.
HSL color Cylindrical-coordinate representation of color #AADC9D: hue angle of 107.62º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AADC9D is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 157 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.14 |
| HSL | 107.62º | 0.47% | 0.74% | - |
| HSV(B) | 107.62º | 0.29% | 0.86% | - |
| XYZ | 48.26 | 62.17 | 41.35 | - |
| YUV | 197.87 | 104.94 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 157 | 0.23 | 0 | 0.29 | 0.14 | 107.62 | 0.47 | 0.74 |
| Hex | AA | DC | 9D | 17 | 0 | 1D | E | 6C | 2F | 4A |
| Octal | 252 | 334 | 235 | 27 | 0 | 35 | 16 | 154 | 57 | 112 |
| Binary | 10101010 | 11011100 | 10011101 | 10111 | 0 | 11101 | 1110 | 1101100 | 101111 | 1001010 |
Color Harmonies of #AADC9D
Complementary color
Monochromatic Colors of #AADC9D
Black with #AADC9D
Text Example
Text Example
White with #AADC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC9D; }
p { color: rgb(170,220,157); }
H1.HeaderClassName
{
color: #AADC9D;
}
.AnyTagClassName
{
color: #AADC9D;
}
</style>
background-color css
<style>
a { background-color: #AADC9D; }
a { background-color: rgb(170,220,157); }
div.DivClassName
{
background-color: #AADC9D;
}
.BgClassName
{
background-color: #AADC9D;
}
</style>
border-color css
<style>
span { border-color: #AADC9D; }
span { border-color: rgb(170,220,157); }
td.TdClassName
{
border-color: #AADC9D;
}
.TagClassName
{
border-color: #AADC9D;
}
</style>