Html Css Color HEX #A8D796 Granny Smith Apple
📋 copy color: '#A8D796'red 168 ◦ green 215 ◦ blue 150
Shades of Granny Smith Apple #A8D796
Tints of Granny Smith Apple #A8D796
RGB
CMYK
RGB Variations
Color information
#A8D796 (or 0xA8D796) is known color: Granny Smith Apple. HEX triplet: A8, D7 and 96. RGB value is (168,215,150). Sum of RGB (Red+Green+Blue) = 168+215+150=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D796 is #572869. Grayscale: #C1C1C1. Windows color (decimal): -5711978 or 9885608. OLE color: 9885608.
HSL color Cylindrical-coordinate representation of color #A8D796: hue angle of 103.38º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8D796 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 150 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.16 |
| HSL | 103.38º | 0.45% | 0.72% | - |
| HSV(B) | 103.38º | 0.3% | 0.84% | - |
| XYZ | 45.95 | 59.13 | 37.84 | - |
| YUV | 193.54 | 103.43 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 150 | 0.22 | 0 | 0.30 | 0.16 | 103.38 | 0.45 | 0.72 |
| Hex | A8 | D7 | 96 | 16 | 0 | 1E | 10 | 67 | 2D | 48 |
| Octal | 250 | 327 | 226 | 26 | 0 | 36 | 20 | 147 | 55 | 110 |
| Binary | 10101000 | 11010111 | 10010110 | 10110 | 0 | 11110 | 10000 | 1100111 | 101101 | 1001000 |
Color Harmonies of #A8D796
Complementary color
Monochromatic Colors of #A8D796
Black with #A8D796
Text Example
Text Example
White with #A8D796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D796; }
p { color: rgb(168,215,150); }
H1.HeaderClassName
{
color: #A8D796;
}
.AnyTagClassName
{
color: #A8D796;
}
</style>
background-color css
<style>
a { background-color: #A8D796; }
a { background-color: rgb(168,215,150); }
div.DivClassName
{
background-color: #A8D796;
}
.BgClassName
{
background-color: #A8D796;
}
</style>
border-color css
<style>
span { border-color: #A8D796; }
span { border-color: rgb(168,215,150); }
td.TdClassName
{
border-color: #A8D796;
}
.TagClassName
{
border-color: #A8D796;
}
</style>