Html Css Color HEX #ABDD9A Granny Smith Apple
📋 copy color: '#ABDD9A'red 171 ◦ green 221 ◦ blue 154
Shades of Granny Smith Apple #ABDD9A
Tints of Granny Smith Apple #ABDD9A
RGB
CMYK
RGB Variations
Color information
#ABDD9A (or 0xABDD9A) is known color: Granny Smith Apple. HEX triplet: AB, DD and 9A. RGB value is (171,221,154). Sum of RGB (Red+Green+Blue) = 171+221+154=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDD9A is #542265. Grayscale: #C6C6C6. Windows color (decimal): -5513830 or 10149291. OLE color: 10149291.
HSL color Cylindrical-coordinate representation of color #ABDD9A: hue angle of 104.78º degrees, saturation: 0.5, 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 #ABDD9A is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 154 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.13 |
| HSL | 104.78º | 0.5% | 0.74% | - |
| HSV(B) | 104.78º | 0.3% | 0.87% | - |
| XYZ | 48.48 | 62.7 | 40.12 | - |
| YUV | 198.41 | 102.94 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 154 | 0.23 | 0 | 0.30 | 0.13 | 104.78 | 0.5 | 0.74 |
| Hex | AB | DD | 9A | 17 | 0 | 1E | D | 69 | 32 | 4A |
| Octal | 253 | 335 | 232 | 27 | 0 | 36 | 15 | 151 | 62 | 112 |
| Binary | 10101011 | 11011101 | 10011010 | 10111 | 0 | 11110 | 1101 | 1101001 | 110010 | 1001010 |
Color Harmonies of #ABDD9A
Complementary color
Monochromatic Colors of #ABDD9A
Black with #ABDD9A
Text Example
Text Example
White with #ABDD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD9A; }
p { color: rgb(171,221,154); }
H1.HeaderClassName
{
color: #ABDD9A;
}
.AnyTagClassName
{
color: #ABDD9A;
}
</style>
background-color css
<style>
a { background-color: #ABDD9A; }
a { background-color: rgb(171,221,154); }
div.DivClassName
{
background-color: #ABDD9A;
}
.BgClassName
{
background-color: #ABDD9A;
}
</style>
border-color css
<style>
span { border-color: #ABDD9A; }
span { border-color: rgb(171,221,154); }
td.TdClassName
{
border-color: #ABDD9A;
}
.TagClassName
{
border-color: #ABDD9A;
}
</style>