Html Css Color HEX #AADC96 Granny Smith Apple
📋 copy color: '#AADC96'red 170 ◦ green 220 ◦ blue 150
Shades of Granny Smith Apple #AADC96
Tints of Granny Smith Apple #AADC96
RGB
CMYK
RGB Variations
Color information
#AADC96 (or 0xAADC96) is known color: Granny Smith Apple. HEX triplet: AA, DC and 96. RGB value is (170,220,150). Sum of RGB (Red+Green+Blue) = 170+220+150=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADC96 is #552369. Grayscale: #C5C5C5. Windows color (decimal): -5579626 or 9886890. OLE color: 9886890.
HSL color Cylindrical-coordinate representation of color #AADC96: hue angle of 102.86º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AADC96 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 150 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.14 |
| HSL | 102.86º | 0.5% | 0.73% | - |
| HSV(B) | 102.86º | 0.32% | 0.86% | - |
| XYZ | 47.68 | 61.93 | 38.3 | - |
| YUV | 197.07 | 101.44 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 150 | 0.23 | 0 | 0.32 | 0.14 | 102.86 | 0.5 | 0.73 |
| Hex | AA | DC | 96 | 17 | 0 | 20 | E | 67 | 32 | 49 |
| Octal | 252 | 334 | 226 | 27 | 0 | 40 | 16 | 147 | 62 | 111 |
| Binary | 10101010 | 11011100 | 10010110 | 10111 | 0 | 100000 | 1110 | 1100111 | 110010 | 1001001 |
Color Harmonies of #AADC96
Complementary color
Monochromatic Colors of #AADC96
Black with #AADC96
Text Example
Text Example
White with #AADC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADC96; }
p { color: rgb(170,220,150); }
H1.HeaderClassName
{
color: #AADC96;
}
.AnyTagClassName
{
color: #AADC96;
}
</style>
background-color css
<style>
a { background-color: #AADC96; }
a { background-color: rgb(170,220,150); }
div.DivClassName
{
background-color: #AADC96;
}
.BgClassName
{
background-color: #AADC96;
}
</style>
border-color css
<style>
span { border-color: #AADC96; }
span { border-color: rgb(170,220,150); }
td.TdClassName
{
border-color: #AADC96;
}
.TagClassName
{
border-color: #AADC96;
}
</style>