Html Css Color HEX #A7E995 Granny Smith Apple
📋 copy color: '#A7E995'red 167 ◦ green 233 ◦ blue 149
Shades of Granny Smith Apple #A7E995
Tints of Granny Smith Apple #A7E995
RGB
CMYK
RGB Variations
Color information
#A7E995 (or 0xA7E995) is known color: Granny Smith Apple. HEX triplet: A7, E9 and 95. RGB value is (167,233,149). Sum of RGB (Red+Green+Blue) = 167+233+149=549 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.42% from 549); Green value is 233 (91.41% from 255 or 42.44% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 233 - color contains mainly: green. Hex color #A7E995 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7E995 is #58166A. Grayscale: #CBCBCB. Windows color (decimal): -5772907 or 9824679. OLE color: 9824679.
HSL color Cylindrical-coordinate representation of color #A7E995: hue angle of 107.14º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A7E995 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 233 | 149 | - |
| CMYK | 0.28 | 0 | 0.36 | 0.09 |
| HSL | 107.14º | 0.66% | 0.75% | - |
| HSV(B) | 107.14º | 0.36% | 0.91% | - |
| XYZ | 50.5 | 68.66 | 39.03 | - |
| YUV | 203.69 | 97.13 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 233 | 149 | 0.28 | 0 | 0.36 | 0.09 | 107.14 | 0.66 | 0.75 |
| Hex | A7 | E9 | 95 | 1C | 0 | 24 | 9 | 6B | 42 | 4B |
| Octal | 247 | 351 | 225 | 34 | 0 | 44 | 11 | 153 | 102 | 113 |
| Binary | 10100111 | 11101001 | 10010101 | 11100 | 0 | 100100 | 1001 | 1101011 | 1000010 | 1001011 |
Color Harmonies of #A7E995
Complementary color
Monochromatic Colors of #A7E995
Black with #A7E995
Text Example
Text Example
White with #A7E995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E995; }
p { color: rgb(167,233,149); }
H1.HeaderClassName
{
color: #A7E995;
}
.AnyTagClassName
{
color: #A7E995;
}
</style>
background-color css
<style>
a { background-color: #A7E995; }
a { background-color: rgb(167,233,149); }
div.DivClassName
{
background-color: #A7E995;
}
.BgClassName
{
background-color: #A7E995;
}
</style>
border-color css
<style>
span { border-color: #A7E995; }
span { border-color: rgb(167,233,149); }
td.TdClassName
{
border-color: #A7E995;
}
.TagClassName
{
border-color: #A7E995;
}
</style>