Html Css Color HEX #A7D895 Granny Smith Apple
📋 copy color: '#A7D895'red 167 ◦ green 216 ◦ blue 149
Shades of Granny Smith Apple #A7D895
Tints of Granny Smith Apple #A7D895
RGB
CMYK
RGB Variations
Color information
#A7D895 (or 0xA7D895) is known color: Granny Smith Apple. HEX triplet: A7, D8 and 95. RGB value is (167,216,149). Sum of RGB (Red+Green+Blue) = 167+216+149=532 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.39% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 216 - color contains mainly: green. Hex color #A7D895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D895 is #58276A. Grayscale: #C1C1C1. Windows color (decimal): -5777259 or 9820327. OLE color: 9820327.
HSL color Cylindrical-coordinate representation of color #A7D895: hue angle of 103.88º degrees, saturation: 0.46, 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 #A7D895 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 216 | 149 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.15 |
| HSL | 103.88º | 0.46% | 0.72% | - |
| HSV(B) | 103.88º | 0.31% | 0.85% | - |
| XYZ | 45.92 | 59.5 | 37.5 | - |
| YUV | 193.71 | 102.77 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 216 | 149 | 0.23 | 0 | 0.31 | 0.15 | 103.88 | 0.46 | 0.72 |
| Hex | A7 | D8 | 95 | 17 | 0 | 1F | F | 68 | 2E | 48 |
| Octal | 247 | 330 | 225 | 27 | 0 | 37 | 17 | 150 | 56 | 110 |
| Binary | 10100111 | 11011000 | 10010101 | 10111 | 0 | 11111 | 1111 | 1101000 | 101110 | 1001000 |
Color Harmonies of #A7D895
Complementary color
Monochromatic Colors of #A7D895
Black with #A7D895
Text Example
Text Example
White with #A7D895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7D895; }
p { color: rgb(167,216,149); }
H1.HeaderClassName
{
color: #A7D895;
}
.AnyTagClassName
{
color: #A7D895;
}
</style>
background-color css
<style>
a { background-color: #A7D895; }
a { background-color: rgb(167,216,149); }
div.DivClassName
{
background-color: #A7D895;
}
.BgClassName
{
background-color: #A7D895;
}
</style>
border-color css
<style>
span { border-color: #A7D895; }
span { border-color: rgb(167,216,149); }
td.TdClassName
{
border-color: #A7D895;
}
.TagClassName
{
border-color: #A7D895;
}
</style>