Html Css Color HEX #A8D697 Granny Smith Apple
📋 copy color: '#A8D697'red 168 ◦ green 214 ◦ blue 151
Shades of Granny Smith Apple #A8D697
Tints of Granny Smith Apple #A8D697
RGB
CMYK
RGB Variations
Color information
#A8D697 (or 0xA8D697) is known color: Granny Smith Apple. HEX triplet: A8, D6 and 97. RGB value is (168,214,151). Sum of RGB (Red+Green+Blue) = 168+214+151=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 151 (59.38% from 255 or 28.33% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D697 is #572968. Grayscale: #C1C1C1. Windows color (decimal): -5712233 or 9950888. OLE color: 9950888.
HSL color Cylindrical-coordinate representation of color #A8D697: hue angle of 103.81º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8D697 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 151 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.16 |
| HSL | 103.81º | 0.43% | 0.72% | - |
| HSV(B) | 103.81º | 0.29% | 0.84% | - |
| XYZ | 45.78 | 58.65 | 38.19 | - |
| YUV | 193.06 | 104.26 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 151 | 0.21 | 0 | 0.29 | 0.16 | 103.81 | 0.43 | 0.72 |
| Hex | A8 | D6 | 97 | 15 | 0 | 1D | 10 | 68 | 2B | 48 |
| Octal | 250 | 326 | 227 | 25 | 0 | 35 | 20 | 150 | 53 | 110 |
| Binary | 10101000 | 11010110 | 10010111 | 10101 | 0 | 11101 | 10000 | 1101000 | 101011 | 1001000 |
Color Harmonies of #A8D697
Complementary color
Monochromatic Colors of #A8D697
Black with #A8D697
Text Example
Text Example
White with #A8D697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D697; }
p { color: rgb(168,214,151); }
H1.HeaderClassName
{
color: #A8D697;
}
.AnyTagClassName
{
color: #A8D697;
}
</style>
background-color css
<style>
a { background-color: #A8D697; }
a { background-color: rgb(168,214,151); }
div.DivClassName
{
background-color: #A8D697;
}
.BgClassName
{
background-color: #A8D697;
}
</style>
border-color css
<style>
span { border-color: #A8D697; }
span { border-color: rgb(168,214,151); }
td.TdClassName
{
border-color: #A8D697;
}
.TagClassName
{
border-color: #A8D697;
}
</style>