Html Css Color HEX #A8DB9A Granny Smith Apple
📋 copy color: '#A8DB9A'red 168 ◦ green 219 ◦ blue 154
Shades of Granny Smith Apple #A8DB9A
Tints of Granny Smith Apple #A8DB9A
RGB
CMYK
RGB Variations
Color information
#A8DB9A (or 0xA8DB9A) is known color: Granny Smith Apple. HEX triplet: A8, DB and 9A. RGB value is (168,219,154). Sum of RGB (Red+Green+Blue) = 168+219+154=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 219 - color contains mainly: green. Hex color #A8DB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DB9A is #572465. Grayscale: #C4C4C4. Windows color (decimal): -5710950 or 10148776. OLE color: 10148776.
HSL color Cylindrical-coordinate representation of color #A8DB9A: hue angle of 107.08º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8DB9A is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
RGB | 168 | 219 | 154 | - |
CMYK | 0.23 | 0 | 0.30 | 0.14 |
HSL | 107.08º | 0.47% | 0.73% | - |
HSV(B) | 107.08º | 0.3% | 0.86% | - |
XYZ | 47.31 | 61.32 | 39.91 | - |
YUV | 196.34 | 104.1 | 107.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 219 | 154 | 0.23 | 0 | 0.30 | 0.14 | 107.08 | 0.47 | 0.73 |
Hex | A8 | DB | 9A | 17 | 0 | 1E | E | 6B | 2F | 49 |
Octal | 250 | 333 | 232 | 27 | 0 | 36 | 16 | 153 | 57 | 111 |
Binary | 10101000 | 11011011 | 10011010 | 10111 | 0 | 11110 | 1110 | 1101011 | 101111 | 1001001 |
Color Harmonies of #A8DB9A
Complementary color
Monochromatic Colors of #A8DB9A
Black with #A8DB9A
Text Example
Text Example
White with #A8DB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DB9A; }
p { color: rgb(168,219,154); }
H1.HeaderClassName
{
color: #A8DB9A;
}
.AnyTagClassName
{
color: #A8DB9A;
}
</style>
background-color css
<style>
a { background-color: #A8DB9A; }
a { background-color: rgb(168,219,154); }
div.DivClassName
{
background-color: #A8DB9A;
}
.BgClassName
{
background-color: #A8DB9A;
}
</style>
border-color css
<style>
span { border-color: #A8DB9A; }
span { border-color: rgb(168,219,154); }
td.TdClassName
{
border-color: #A8DB9A;
}
.TagClassName
{
border-color: #A8DB9A;
}
</style>