Html Css Color HEX #A9DD95 Granny Smith Apple
📋 copy color: '#A9DD95'red 169 ◦ green 221 ◦ blue 149
Shades of Granny Smith Apple #A9DD95
Tints of Granny Smith Apple #A9DD95
RGB
CMYK
RGB Variations
Color information
#A9DD95 (or 0xA9DD95) is known color: Granny Smith Apple. HEX triplet: A9, DD and 95. RGB value is (169,221,149). Sum of RGB (Red+Green+Blue) = 169+221+149=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #A9DD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DD95 is #56226A. Grayscale: #C5C5C5. Windows color (decimal): -5644907 or 9821609. OLE color: 9821609.
HSL color Cylindrical-coordinate representation of color #A9DD95: hue angle of 103.33º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9DD95 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 221 | 149 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.13 |
| HSL | 103.33º | 0.51% | 0.73% | - |
| HSV(B) | 103.33º | 0.33% | 0.87% | - |
| XYZ | 47.64 | 62.32 | 37.95 | - |
| YUV | 197.24 | 100.77 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 221 | 149 | 0.24 | 0 | 0.33 | 0.13 | 103.33 | 0.51 | 0.73 |
| Hex | A9 | DD | 95 | 18 | 0 | 21 | D | 67 | 33 | 49 |
| Octal | 251 | 335 | 225 | 30 | 0 | 41 | 15 | 147 | 63 | 111 |
| Binary | 10101001 | 11011101 | 10010101 | 11000 | 0 | 100001 | 1101 | 1100111 | 110011 | 1001001 |
Color Harmonies of #A9DD95
Complementary color
Monochromatic Colors of #A9DD95
Black with #A9DD95
Text Example
Text Example
White with #A9DD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DD95; }
p { color: rgb(169,221,149); }
H1.HeaderClassName
{
color: #A9DD95;
}
.AnyTagClassName
{
color: #A9DD95;
}
</style>
background-color css
<style>
a { background-color: #A9DD95; }
a { background-color: rgb(169,221,149); }
div.DivClassName
{
background-color: #A9DD95;
}
.BgClassName
{
background-color: #A9DD95;
}
</style>
border-color css
<style>
span { border-color: #A9DD95; }
span { border-color: rgb(169,221,149); }
td.TdClassName
{
border-color: #A9DD95;
}
.TagClassName
{
border-color: #A9DD95;
}
</style>