Html Css Color HEX #A8D997 Granny Smith Apple
📋 copy color: '#A8D997'red 168 ◦ green 217 ◦ blue 151
Shades of Granny Smith Apple #A8D997
Tints of Granny Smith Apple #A8D997
RGB
CMYK
RGB Variations
Color information
#A8D997 (or 0xA8D997) is known color: Granny Smith Apple. HEX triplet: A8, D9 and 97. RGB value is (168,217,151). Sum of RGB (Red+Green+Blue) = 168+217+151=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 151 (59.38% from 255 or 28.17% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D997 is #572668. Grayscale: #C3C3C3. Windows color (decimal): -5711465 or 9951656. OLE color: 9951656.
HSL color Cylindrical-coordinate representation of color #A8D997: hue angle of 104.55º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8D997 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
RGB | 168 | 217 | 151 | - |
CMYK | 0.23 | 0 | 0.30 | 0.15 |
HSL | 104.55º | 0.46% | 0.72% | - |
HSV(B) | 104.55º | 0.3% | 0.85% | - |
XYZ | 46.55 | 60.18 | 38.44 | - |
YUV | 194.83 | 103.27 | 108.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 217 | 151 | 0.23 | 0 | 0.30 | 0.15 | 104.55 | 0.46 | 0.72 |
Hex | A8 | D9 | 97 | 17 | 0 | 1E | F | 69 | 2E | 48 |
Octal | 250 | 331 | 227 | 27 | 0 | 36 | 17 | 151 | 56 | 110 |
Binary | 10101000 | 11011001 | 10010111 | 10111 | 0 | 11110 | 1111 | 1101001 | 101110 | 1001000 |
Color Harmonies of #A8D997
Complementary color
Monochromatic Colors of #A8D997
Black with #A8D997
Text Example
Text Example
White with #A8D997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D997; }
p { color: rgb(168,217,151); }
H1.HeaderClassName
{
color: #A8D997;
}
.AnyTagClassName
{
color: #A8D997;
}
</style>
background-color css
<style>
a { background-color: #A8D997; }
a { background-color: rgb(168,217,151); }
div.DivClassName
{
background-color: #A8D997;
}
.BgClassName
{
background-color: #A8D997;
}
</style>
border-color css
<style>
span { border-color: #A8D997; }
span { border-color: rgb(168,217,151); }
td.TdClassName
{
border-color: #A8D997;
}
.TagClassName
{
border-color: #A8D997;
}
</style>