Html Css Color HEX #A6D99C Granny Smith Apple
📋 copy color: '#A6D99C'red 166 ◦ green 217 ◦ blue 156
Shades of Granny Smith Apple #A6D99C
Tints of Granny Smith Apple #A6D99C
RGB
CMYK
RGB Variations
Color information
#A6D99C (or 0xA6D99C) is known color: Granny Smith Apple. HEX triplet: A6, D9 and 9C. RGB value is (166,217,156). Sum of RGB (Red+Green+Blue) = 166+217+156=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 156 (61.33% from 255 or 28.94% from 539); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D99C is #592663. Grayscale: #C2C2C2. Windows color (decimal): -5842532 or 10279334. OLE color: 10279334.
HSL color Cylindrical-coordinate representation of color #A6D99C: hue angle of 110.16º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6D99C is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 217 | 156 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.15 |
| HSL | 110.16º | 0.45% | 0.73% | - |
| HSV(B) | 110.16º | 0.28% | 0.85% | - |
| XYZ | 46.54 | 60.13 | 40.61 | - |
| YUV | 194.8 | 106.1 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 217 | 156 | 0.24 | 0 | 0.28 | 0.15 | 110.16 | 0.45 | 0.73 |
| Hex | A6 | D9 | 9C | 18 | 0 | 1C | F | 6E | 2D | 49 |
| Octal | 246 | 331 | 234 | 30 | 0 | 34 | 17 | 156 | 55 | 111 |
| Binary | 10100110 | 11011001 | 10011100 | 11000 | 0 | 11100 | 1111 | 1101110 | 101101 | 1001001 |
Color Harmonies of #A6D99C
Complementary color
Monochromatic Colors of #A6D99C
Black with #A6D99C
Text Example
Text Example
White with #A6D99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D99C; }
p { color: rgb(166,217,156); }
H1.HeaderClassName
{
color: #A6D99C;
}
.AnyTagClassName
{
color: #A6D99C;
}
</style>
background-color css
<style>
a { background-color: #A6D99C; }
a { background-color: rgb(166,217,156); }
div.DivClassName
{
background-color: #A6D99C;
}
.BgClassName
{
background-color: #A6D99C;
}
</style>
border-color css
<style>
span { border-color: #A6D99C; }
span { border-color: rgb(166,217,156); }
td.TdClassName
{
border-color: #A6D99C;
}
.TagClassName
{
border-color: #A6D99C;
}
</style>