Html Css Color HEX #AADC9A Granny Smith Apple
📋 copy color: '#AADC9A'red 170 ◦ green 220 ◦ blue 154
Shades of Granny Smith Apple #AADC9A
Tints of Granny Smith Apple #AADC9A
RGB
CMYK
RGB Variations
Color information
#AADC9A (or 0xAADC9A) is known color: Granny Smith Apple. HEX triplet: AA, DC and 9A. RGB value is (170,220,154). Sum of RGB (Red+Green+Blue) = 170+220+154=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 154 (60.55% from 255 or 28.31% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADC9A is #552365. Grayscale: #C5C5C5. Windows color (decimal): -5579622 or 10149034. OLE color: 10149034.
HSL color Cylindrical-coordinate representation of color #AADC9A: hue angle of 105.45º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AADC9A is Cyan = 0.23, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 154 | - |
| CMYK | 0.23 | 0 | 0.3 | 0.14 |
| HSL | 105.45º | 0.49% | 0.73% | - |
| HSV(B) | 105.45º | 0.3% | 0.86% | - |
| XYZ | 48 | 62.07 | 40.02 | - |
| YUV | 197.53 | 103.44 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 154 | 0.23 | 0 | 0.3 | 0.14 | 105.45 | 0.49 | 0.73 |
| Hex | AA | DC | 9A | 17 | 0 | 1E | E | 69 | 31 | 49 |
| Octal | 252 | 334 | 232 | 27 | 0 | 36 | 16 | 151 | 61 | 111 |
| Binary | 10101010 | 11011100 | 10011010 | 10111 | 0 | 11110 | 1110 | 1101001 | 110001 | 1001001 |
Color Harmonies of #AADC9A
Complementary color
Monochromatic Colors of #AADC9A
Black with #AADC9A
Text Example
Text Example
White with #AADC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC9A; }
p { color: rgb(170,220,154); }
H1.HeaderClassName
{
color: #AADC9A;
}
.AnyTagClassName
{
color: #AADC9A;
}
</style>
background-color css
<style>
a { background-color: #AADC9A; }
a { background-color: rgb(170,220,154); }
div.DivClassName
{
background-color: #AADC9A;
}
.BgClassName
{
background-color: #AADC9A;
}
</style>
border-color css
<style>
span { border-color: #AADC9A; }
span { border-color: rgb(170,220,154); }
td.TdClassName
{
border-color: #AADC9A;
}
.TagClassName
{
border-color: #AADC9A;
}
</style>