Html Css Color HEX #A6D49C Granny Smith Apple
📋 copy color: '#A6D49C'red 166 ◦ green 212 ◦ blue 156
Shades of Granny Smith Apple #A6D49C
Tints of Granny Smith Apple #A6D49C
RGB
CMYK
RGB Variations
Color information
#A6D49C (or 0xA6D49C) is known color: Granny Smith Apple. HEX triplet: A6, D4 and 9C. RGB value is (166,212,156). Sum of RGB (Red+Green+Blue) = 166+212+156=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 212 - color contains mainly: green. Hex color #A6D49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D49C is #592B63. Grayscale: #C0C0C0. Windows color (decimal): -5843812 or 10278054. OLE color: 10278054.
HSL color Cylindrical-coordinate representation of color #A6D49C: hue angle of 109.29º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6D49C is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 212 | 156 | - |
| CMYK | 0.22 | 0 | 0.26 | 0.17 |
| HSL | 109.29º | 0.39% | 0.72% | - |
| HSV(B) | 109.29º | 0.26% | 0.83% | - |
| XYZ | 45.27 | 57.59 | 40.18 | - |
| YUV | 191.86 | 107.76 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 212 | 156 | 0.22 | 0 | 0.26 | 0.17 | 109.29 | 0.39 | 0.72 |
| Hex | A6 | D4 | 9C | 16 | 0 | 1A | 11 | 6D | 27 | 48 |
| Octal | 246 | 324 | 234 | 26 | 0 | 32 | 21 | 155 | 47 | 110 |
| Binary | 10100110 | 11010100 | 10011100 | 10110 | 0 | 11010 | 10001 | 1101101 | 100111 | 1001000 |
Color Harmonies of #A6D49C
Complementary color
Monochromatic Colors of #A6D49C
Black with #A6D49C
Text Example
Text Example
White with #A6D49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D49C; }
p { color: rgb(166,212,156); }
H1.HeaderClassName
{
color: #A6D49C;
}
.AnyTagClassName
{
color: #A6D49C;
}
</style>
background-color css
<style>
a { background-color: #A6D49C; }
a { background-color: rgb(166,212,156); }
div.DivClassName
{
background-color: #A6D49C;
}
.BgClassName
{
background-color: #A6D49C;
}
</style>
border-color css
<style>
span { border-color: #A6D49C; }
span { border-color: rgb(166,212,156); }
td.TdClassName
{
border-color: #A6D49C;
}
.TagClassName
{
border-color: #A6D49C;
}
</style>