Html Css Color HEX #AADD9B Granny Smith Apple
📋 copy color: '#AADD9B'red 170 ◦ green 221 ◦ blue 155
Shades of Granny Smith Apple #AADD9B
Tints of Granny Smith Apple #AADD9B
RGB
CMYK
RGB Variations
Color information
#AADD9B (or 0xAADD9B) is known color: Granny Smith Apple. HEX triplet: AA, DD and 9B. RGB value is (170,221,155). Sum of RGB (Red+Green+Blue) = 170+221+155=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADD9B is #552264. Grayscale: #C6C6C6. Windows color (decimal): -5579365 or 10214826. OLE color: 10214826.
HSL color Cylindrical-coordinate representation of color #AADD9B: hue angle of 106.36º degrees, saturation: 0.49, 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 #AADD9B is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 155 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.13 |
| HSL | 106.36º | 0.49% | 0.74% | - |
| HSV(B) | 106.36º | 0.3% | 0.87% | - |
| XYZ | 48.35 | 62.63 | 40.55 | - |
| YUV | 198.23 | 103.6 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 155 | 0.23 | 0 | 0.30 | 0.13 | 106.36 | 0.49 | 0.74 |
| Hex | AA | DD | 9B | 17 | 0 | 1E | D | 6A | 31 | 4A |
| Octal | 252 | 335 | 233 | 27 | 0 | 36 | 15 | 152 | 61 | 112 |
| Binary | 10101010 | 11011101 | 10011011 | 10111 | 0 | 11110 | 1101 | 1101010 | 110001 | 1001010 |
Color Harmonies of #AADD9B
Complementary color
Monochromatic Colors of #AADD9B
Black with #AADD9B
Text Example
Text Example
White with #AADD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADD9B; }
p { color: rgb(170,221,155); }
H1.HeaderClassName
{
color: #AADD9B;
}
.AnyTagClassName
{
color: #AADD9B;
}
</style>
background-color css
<style>
a { background-color: #AADD9B; }
a { background-color: rgb(170,221,155); }
div.DivClassName
{
background-color: #AADD9B;
}
.BgClassName
{
background-color: #AADD9B;
}
</style>
border-color css
<style>
span { border-color: #AADD9B; }
span { border-color: rgb(170,221,155); }
td.TdClassName
{
border-color: #AADD9B;
}
.TagClassName
{
border-color: #AADD9B;
}
</style>