Html Css Color HEX #A7DA96 Granny Smith Apple
📋 copy color: '#A7DA96'red 167 ◦ green 218 ◦ blue 150
Shades of Granny Smith Apple #A7DA96
Tints of Granny Smith Apple #A7DA96
RGB
CMYK
RGB Variations
Color information
#A7DA96 (or 0xA7DA96) is known color: Granny Smith Apple. HEX triplet: A7, DA and 96. RGB value is (167,218,150). Sum of RGB (Red+Green+Blue) = 167+218+150=535 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.21% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #A7DA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DA96 is #582569. Grayscale: #C3C3C3. Windows color (decimal): -5776746 or 9886375. OLE color: 9886375.
HSL color Cylindrical-coordinate representation of color #A7DA96: hue angle of 105º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7DA96 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 218 | 150 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.15 |
| HSL | 105º | 0.48% | 0.72% | - |
| HSV(B) | 105º | 0.31% | 0.85% | - |
| XYZ | 46.51 | 60.56 | 38.09 | - |
| YUV | 195 | 102.6 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 218 | 150 | 0.23 | 0 | 0.31 | 0.15 | 105 | 0.48 | 0.72 |
| Hex | A7 | DA | 96 | 17 | 0 | 1F | F | 69 | 30 | 48 |
| Octal | 247 | 332 | 226 | 27 | 0 | 37 | 17 | 151 | 60 | 110 |
| Binary | 10100111 | 11011010 | 10010110 | 10111 | 0 | 11111 | 1111 | 1101001 | 110000 | 1001000 |
Color Harmonies of #A7DA96
Complementary color
Monochromatic Colors of #A7DA96
Black with #A7DA96
Text Example
Text Example
White with #A7DA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DA96; }
p { color: rgb(167,218,150); }
H1.HeaderClassName
{
color: #A7DA96;
}
.AnyTagClassName
{
color: #A7DA96;
}
</style>
background-color css
<style>
a { background-color: #A7DA96; }
a { background-color: rgb(167,218,150); }
div.DivClassName
{
background-color: #A7DA96;
}
.BgClassName
{
background-color: #A7DA96;
}
</style>
border-color css
<style>
span { border-color: #A7DA96; }
span { border-color: rgb(167,218,150); }
td.TdClassName
{
border-color: #A7DA96;
}
.TagClassName
{
border-color: #A7DA96;
}
</style>