Html Css Color HEX #AADC9C Granny Smith Apple
📋 copy color: '#AADC9C'red 170 ◦ green 220 ◦ blue 156
Shades of Granny Smith Apple #AADC9C
Tints of Granny Smith Apple #AADC9C
RGB
CMYK
RGB Variations
Color information
#AADC9C (or 0xAADC9C) is known color: Granny Smith Apple. HEX triplet: AA, DC and 9C. RGB value is (170,220,156). Sum of RGB (Red+Green+Blue) = 170+220+156=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 156 (61.33% from 255 or 28.57% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADC9C is #552363. Grayscale: #C5C5C5. Windows color (decimal): -5579620 or 10280106. OLE color: 10280106.
HSL color Cylindrical-coordinate representation of color #AADC9C: hue angle of 106.88º degrees, saturation: 0.48, 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 #AADC9C is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 156 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.14 |
| HSL | 106.88º | 0.48% | 0.74% | - |
| HSV(B) | 106.88º | 0.29% | 0.86% | - |
| XYZ | 48.17 | 62.13 | 40.91 | - |
| YUV | 197.75 | 104.44 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 156 | 0.23 | 0 | 0.29 | 0.14 | 106.88 | 0.48 | 0.74 |
| Hex | AA | DC | 9C | 17 | 0 | 1D | E | 6B | 30 | 4A |
| Octal | 252 | 334 | 234 | 27 | 0 | 35 | 16 | 153 | 60 | 112 |
| Binary | 10101010 | 11011100 | 10011100 | 10111 | 0 | 11101 | 1110 | 1101011 | 110000 | 1001010 |
Color Harmonies of #AADC9C
Complementary color
Monochromatic Colors of #AADC9C
Black with #AADC9C
Text Example
Text Example
White with #AADC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC9C; }
p { color: rgb(170,220,156); }
H1.HeaderClassName
{
color: #AADC9C;
}
.AnyTagClassName
{
color: #AADC9C;
}
</style>
background-color css
<style>
a { background-color: #AADC9C; }
a { background-color: rgb(170,220,156); }
div.DivClassName
{
background-color: #AADC9C;
}
.BgClassName
{
background-color: #AADC9C;
}
</style>
border-color css
<style>
span { border-color: #AADC9C; }
span { border-color: rgb(170,220,156); }
td.TdClassName
{
border-color: #AADC9C;
}
.TagClassName
{
border-color: #AADC9C;
}
</style>