Html Css Color HEX #A7D696 Granny Smith Apple
📋 copy color: '#A7D696'red 167 ◦ green 214 ◦ blue 150
Shades of Granny Smith Apple #A7D696
Tints of Granny Smith Apple #A7D696
RGB
CMYK
RGB Variations
Color information
#A7D696 (or 0xA7D696) is known color: Granny Smith Apple. HEX triplet: A7, D6 and 96. RGB value is (167,214,150). Sum of RGB (Red+Green+Blue) = 167+214+150=531 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.45% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D696 is #582969. Grayscale: #C0C0C0. Windows color (decimal): -5777770 or 9885351. OLE color: 9885351.
HSL color Cylindrical-coordinate representation of color #A7D696: hue angle of 104.06º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7D696 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 214 | 150 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.16 |
| HSL | 104.06º | 0.44% | 0.71% | - |
| HSV(B) | 104.06º | 0.3% | 0.84% | - |
| XYZ | 45.49 | 58.51 | 37.75 | - |
| YUV | 192.65 | 103.93 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 214 | 150 | 0.22 | 0 | 0.30 | 0.16 | 104.06 | 0.44 | 0.71 |
| Hex | A7 | D6 | 96 | 16 | 0 | 1E | 10 | 68 | 2C | 47 |
| Octal | 247 | 326 | 226 | 26 | 0 | 36 | 20 | 150 | 54 | 107 |
| Binary | 10100111 | 11010110 | 10010110 | 10110 | 0 | 11110 | 10000 | 1101000 | 101100 | 1000111 |
Color Harmonies of #A7D696
Complementary color
Monochromatic Colors of #A7D696
Black with #A7D696
Text Example
Text Example
White with #A7D696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D696; }
p { color: rgb(167,214,150); }
H1.HeaderClassName
{
color: #A7D696;
}
.AnyTagClassName
{
color: #A7D696;
}
</style>
background-color css
<style>
a { background-color: #A7D696; }
a { background-color: rgb(167,214,150); }
div.DivClassName
{
background-color: #A7D696;
}
.BgClassName
{
background-color: #A7D696;
}
</style>
border-color css
<style>
span { border-color: #A7D696; }
span { border-color: rgb(167,214,150); }
td.TdClassName
{
border-color: #A7D696;
}
.TagClassName
{
border-color: #A7D696;
}
</style>