Html Css Color HEX #A8D49A Granny Smith Apple
📋 copy color: '#A8D49A'red 168 ◦ green 212 ◦ blue 154
Shades of Granny Smith Apple #A8D49A
Tints of Granny Smith Apple #A8D49A
RGB
CMYK
RGB Variations
Color information
#A8D49A (or 0xA8D49A) is known color: Granny Smith Apple. HEX triplet: A8, D4 and 9A. RGB value is (168,212,154). Sum of RGB (Red+Green+Blue) = 168+212+154=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 154 (60.55% from 255 or 28.84% from 534); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D49A is #572B65. Grayscale: #C0C0C0. Windows color (decimal): -5712742 or 10146984. OLE color: 10146984.
HSL color Cylindrical-coordinate representation of color #A8D49A: hue angle of 105.52º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8D49A is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 212 | 154 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.17 |
| HSL | 105.52º | 0.4% | 0.72% | - |
| HSV(B) | 105.52º | 0.27% | 0.83% | - |
| XYZ | 45.52 | 57.74 | 39.32 | - |
| YUV | 192.23 | 106.42 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 212 | 154 | 0.21 | 0 | 0.27 | 0.17 | 105.52 | 0.4 | 0.72 |
| Hex | A8 | D4 | 9A | 15 | 0 | 1B | 11 | 6A | 28 | 48 |
| Octal | 250 | 324 | 232 | 25 | 0 | 33 | 21 | 152 | 50 | 110 |
| Binary | 10101000 | 11010100 | 10011010 | 10101 | 0 | 11011 | 10001 | 1101010 | 101000 | 1001000 |
Color Harmonies of #A8D49A
Complementary color
Monochromatic Colors of #A8D49A
Black with #A8D49A
Text Example
Text Example
White with #A8D49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D49A; }
p { color: rgb(168,212,154); }
H1.HeaderClassName
{
color: #A8D49A;
}
.AnyTagClassName
{
color: #A8D49A;
}
</style>
background-color css
<style>
a { background-color: #A8D49A; }
a { background-color: rgb(168,212,154); }
div.DivClassName
{
background-color: #A8D49A;
}
.BgClassName
{
background-color: #A8D49A;
}
</style>
border-color css
<style>
span { border-color: #A8D49A; }
span { border-color: rgb(168,212,154); }
td.TdClassName
{
border-color: #A8D49A;
}
.TagClassName
{
border-color: #A8D49A;
}
</style>