Html Css Color HEX #AADF9C Granny Smith Apple
📋 copy color: '#AADF9C'red 170 ◦ green 223 ◦ blue 156
Shades of Granny Smith Apple #AADF9C
Tints of Granny Smith Apple #AADF9C
RGB
CMYK
RGB Variations
Color information
#AADF9C (or 0xAADF9C) is known color: Granny Smith Apple. HEX triplet: AA, DF and 9C. RGB value is (170,223,156). Sum of RGB (Red+Green+Blue) = 170+223+156=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 156 (61.33% from 255 or 28.42% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADF9C is #552063. Grayscale: #C7C7C7. Windows color (decimal): -5578852 or 10280874. OLE color: 10280874.
HSL color Cylindrical-coordinate representation of color #AADF9C: hue angle of 107.46º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AADF9C is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 156 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.13 |
| HSL | 107.46º | 0.51% | 0.74% | - |
| HSV(B) | 107.46º | 0.3% | 0.87% | - |
| XYZ | 48.97 | 63.72 | 41.17 | - |
| YUV | 199.52 | 103.44 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 156 | 0.24 | 0 | 0.30 | 0.13 | 107.46 | 0.51 | 0.74 |
| Hex | AA | DF | 9C | 18 | 0 | 1E | D | 6B | 33 | 4A |
| Octal | 252 | 337 | 234 | 30 | 0 | 36 | 15 | 153 | 63 | 112 |
| Binary | 10101010 | 11011111 | 10011100 | 11000 | 0 | 11110 | 1101 | 1101011 | 110011 | 1001010 |
Color Harmonies of #AADF9C
Complementary color
Monochromatic Colors of #AADF9C
Black with #AADF9C
Text Example
Text Example
White with #AADF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADF9C; }
p { color: rgb(170,223,156); }
H1.HeaderClassName
{
color: #AADF9C;
}
.AnyTagClassName
{
color: #AADF9C;
}
</style>
background-color css
<style>
a { background-color: #AADF9C; }
a { background-color: rgb(170,223,156); }
div.DivClassName
{
background-color: #AADF9C;
}
.BgClassName
{
background-color: #AADF9C;
}
</style>
border-color css
<style>
span { border-color: #AADF9C; }
span { border-color: rgb(170,223,156); }
td.TdClassName
{
border-color: #AADF9C;
}
.TagClassName
{
border-color: #AADF9C;
}
</style>