Html Css Color HEX #A8DB97 Granny Smith Apple
📋 copy color: '#A8DB97'red 168 ◦ green 219 ◦ blue 151
Shades of Granny Smith Apple #A8DB97
Tints of Granny Smith Apple #A8DB97
RGB
CMYK
RGB Variations
Color information
#A8DB97 (or 0xA8DB97) is known color: Granny Smith Apple. HEX triplet: A8, DB and 97. RGB value is (168,219,151). Sum of RGB (Red+Green+Blue) = 168+219+151=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 151 (59.38% from 255 or 28.07% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DB97 is #572468. Grayscale: #C4C4C4. Windows color (decimal): -5710953 or 9952168. OLE color: 9952168.
HSL color Cylindrical-coordinate representation of color #A8DB97: hue angle of 105º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8DB97 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 219 | 151 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.14 |
| HSL | 105º | 0.49% | 0.73% | - |
| HSV(B) | 105º | 0.31% | 0.86% | - |
| XYZ | 47.07 | 61.22 | 38.61 | - |
| YUV | 196 | 102.6 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 219 | 151 | 0.23 | 0 | 0.31 | 0.14 | 105 | 0.49 | 0.73 |
| Hex | A8 | DB | 97 | 17 | 0 | 1F | E | 69 | 31 | 49 |
| Octal | 250 | 333 | 227 | 27 | 0 | 37 | 16 | 151 | 61 | 111 |
| Binary | 10101000 | 11011011 | 10010111 | 10111 | 0 | 11111 | 1110 | 1101001 | 110001 | 1001001 |
Color Harmonies of #A8DB97
Complementary color
Monochromatic Colors of #A8DB97
Black with #A8DB97
Text Example
Text Example
White with #A8DB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DB97; }
p { color: rgb(168,219,151); }
H1.HeaderClassName
{
color: #A8DB97;
}
.AnyTagClassName
{
color: #A8DB97;
}
</style>
background-color css
<style>
a { background-color: #A8DB97; }
a { background-color: rgb(168,219,151); }
div.DivClassName
{
background-color: #A8DB97;
}
.BgClassName
{
background-color: #A8DB97;
}
</style>
border-color css
<style>
span { border-color: #A8DB97; }
span { border-color: rgb(168,219,151); }
td.TdClassName
{
border-color: #A8DB97;
}
.TagClassName
{
border-color: #A8DB97;
}
</style>