Html Css Color HEX #A8D69A Granny Smith Apple
📋 copy color: '#A8D69A'red 168 ◦ green 214 ◦ blue 154
Shades of Granny Smith Apple #A8D69A
Tints of Granny Smith Apple #A8D69A
RGB
CMYK
RGB Variations
Color information
#A8D69A (or 0xA8D69A) is known color: Granny Smith Apple. HEX triplet: A8, D6 and 9A. RGB value is (168,214,154). Sum of RGB (Red+Green+Blue) = 168+214+154=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D69A is #572965. Grayscale: #C1C1C1. Windows color (decimal): -5712230 or 10147496. OLE color: 10147496.
HSL color Cylindrical-coordinate representation of color #A8D69A: hue angle of 106º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8D69A is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 154 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.16 |
| HSL | 106º | 0.42% | 0.72% | - |
| HSV(B) | 106º | 0.28% | 0.84% | - |
| XYZ | 46.03 | 58.75 | 39.49 | - |
| YUV | 193.41 | 105.76 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 154 | 0.21 | 0 | 0.28 | 0.16 | 106 | 0.42 | 0.72 |
| Hex | A8 | D6 | 9A | 15 | 0 | 1C | 10 | 6A | 2A | 48 |
| Octal | 250 | 326 | 232 | 25 | 0 | 34 | 20 | 152 | 52 | 110 |
| Binary | 10101000 | 11010110 | 10011010 | 10101 | 0 | 11100 | 10000 | 1101010 | 101010 | 1001000 |
Color Harmonies of #A8D69A
Complementary color
Monochromatic Colors of #A8D69A
Black with #A8D69A
Text Example
Text Example
White with #A8D69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D69A; }
p { color: rgb(168,214,154); }
H1.HeaderClassName
{
color: #A8D69A;
}
.AnyTagClassName
{
color: #A8D69A;
}
</style>
background-color css
<style>
a { background-color: #A8D69A; }
a { background-color: rgb(168,214,154); }
div.DivClassName
{
background-color: #A8D69A;
}
.BgClassName
{
background-color: #A8D69A;
}
</style>
border-color css
<style>
span { border-color: #A8D69A; }
span { border-color: rgb(168,214,154); }
td.TdClassName
{
border-color: #A8D69A;
}
.TagClassName
{
border-color: #A8D69A;
}
</style>