Html Css Color HEX #A9DC95 Granny Smith Apple
📋 copy color: '#A9DC95'red 169 ◦ green 220 ◦ blue 149
Shades of Granny Smith Apple #A9DC95
Tints of Granny Smith Apple #A9DC95
RGB
CMYK
RGB Variations
Color information
#A9DC95 (or 0xA9DC95) is known color: Granny Smith Apple. HEX triplet: A9, DC and 95. RGB value is (169,220,149). Sum of RGB (Red+Green+Blue) = 169+220+149=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DC95 is #56236A. Grayscale: #C4C4C4. Windows color (decimal): -5645163 or 9821353. OLE color: 9821353.
HSL color Cylindrical-coordinate representation of color #A9DC95: hue angle of 103.1º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9DC95 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 220 | 149 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.14 |
| HSL | 103.1º | 0.5% | 0.72% | - |
| HSV(B) | 103.1º | 0.32% | 0.86% | - |
| XYZ | 47.38 | 61.79 | 37.86 | - |
| YUV | 196.66 | 101.1 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 220 | 149 | 0.23 | 0 | 0.32 | 0.14 | 103.1 | 0.5 | 0.72 |
| Hex | A9 | DC | 95 | 17 | 0 | 20 | E | 67 | 32 | 48 |
| Octal | 251 | 334 | 225 | 27 | 0 | 40 | 16 | 147 | 62 | 110 |
| Binary | 10101001 | 11011100 | 10010101 | 10111 | 0 | 100000 | 1110 | 1100111 | 110010 | 1001000 |
Color Harmonies of #A9DC95
Complementary color
Monochromatic Colors of #A9DC95
Black with #A9DC95
Text Example
Text Example
White with #A9DC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DC95; }
p { color: rgb(169,220,149); }
H1.HeaderClassName
{
color: #A9DC95;
}
.AnyTagClassName
{
color: #A9DC95;
}
</style>
background-color css
<style>
a { background-color: #A9DC95; }
a { background-color: rgb(169,220,149); }
div.DivClassName
{
background-color: #A9DC95;
}
.BgClassName
{
background-color: #A9DC95;
}
</style>
border-color css
<style>
span { border-color: #A9DC95; }
span { border-color: rgb(169,220,149); }
td.TdClassName
{
border-color: #A9DC95;
}
.TagClassName
{
border-color: #A9DC95;
}
</style>