Html Css Color HEX #A8DA9E Granny Smith Apple
📋 copy color: '#A8DA9E'red 168 ◦ green 218 ◦ blue 158
Shades of Granny Smith Apple #A8DA9E
Tints of Granny Smith Apple #A8DA9E
RGB
CMYK
RGB Variations
Color information
#A8DA9E (or 0xA8DA9E) is known color: Granny Smith Apple. HEX triplet: A8, DA and 9E. RGB value is (168,218,158). Sum of RGB (Red+Green+Blue) = 168+218+158=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 158 (62.11% from 255 or 29.04% from 544); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DA9E is #572561. Grayscale: #C4C4C4. Windows color (decimal): -5711202 or 10410664. OLE color: 10410664.
HSL color Cylindrical-coordinate representation of color #A8DA9E: hue angle of 110º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8DA9E is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 158 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.15 |
| HSL | 110º | 0.45% | 0.74% | - |
| HSV(B) | 110º | 0.28% | 0.85% | - |
| XYZ | 47.39 | 60.94 | 41.61 | - |
| YUV | 196.21 | 106.44 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 158 | 0.23 | 0 | 0.28 | 0.15 | 110 | 0.45 | 0.74 |
| Hex | A8 | DA | 9E | 17 | 0 | 1C | F | 6E | 2D | 4A |
| Octal | 250 | 332 | 236 | 27 | 0 | 34 | 17 | 156 | 55 | 112 |
| Binary | 10101000 | 11011010 | 10011110 | 10111 | 0 | 11100 | 1111 | 1101110 | 101101 | 1001010 |
Color Harmonies of #A8DA9E
Complementary color
Monochromatic Colors of #A8DA9E
Black with #A8DA9E
Text Example
Text Example
White with #A8DA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DA9E; }
p { color: rgb(168,218,158); }
H1.HeaderClassName
{
color: #A8DA9E;
}
.AnyTagClassName
{
color: #A8DA9E;
}
</style>
background-color css
<style>
a { background-color: #A8DA9E; }
a { background-color: rgb(168,218,158); }
div.DivClassName
{
background-color: #A8DA9E;
}
.BgClassName
{
background-color: #A8DA9E;
}
</style>
border-color css
<style>
span { border-color: #A8DA9E; }
span { border-color: rgb(168,218,158); }
td.TdClassName
{
border-color: #A8DA9E;
}
.TagClassName
{
border-color: #A8DA9E;
}
</style>