Html Css Color HEX #A0DD94 Granny Smith Apple
📋 copy color: '#A0DD94'red 160 ◦ green 221 ◦ blue 148
Shades of Granny Smith Apple #A0DD94
Tints of Granny Smith Apple #A0DD94
RGB
CMYK
RGB Variations
Color information
#A0DD94 (or 0xA0DD94) is known color: Granny Smith Apple. HEX triplet: A0, DD and 94. RGB value is (160,221,148). Sum of RGB (Red+Green+Blue) = 160+221+148=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DD94 is #5F226B. Grayscale: #C2C2C2. Windows color (decimal): -6234732 or 9756064. OLE color: 9756064.
HSL color Cylindrical-coordinate representation of color #A0DD94: hue angle of 110.14º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0DD94 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 148 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.13 |
| HSL | 110.14º | 0.52% | 0.72% | - |
| HSV(B) | 110.14º | 0.33% | 0.87% | - |
| XYZ | 45.7 | 61.32 | 37.45 | - |
| YUV | 194.44 | 101.79 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 148 | 0.28 | 0 | 0.33 | 0.13 | 110.14 | 0.52 | 0.72 |
| Hex | A0 | DD | 94 | 1C | 0 | 21 | D | 6E | 34 | 48 |
| Octal | 240 | 335 | 224 | 34 | 0 | 41 | 15 | 156 | 64 | 110 |
| Binary | 10100000 | 11011101 | 10010100 | 11100 | 0 | 100001 | 1101 | 1101110 | 110100 | 1001000 |
Color Harmonies of #A0DD94
Complementary color
Monochromatic Colors of #A0DD94
Black with #A0DD94
Text Example
Text Example
White with #A0DD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD94; }
p { color: rgb(160,221,148); }
H1.HeaderClassName
{
color: #A0DD94;
}
.AnyTagClassName
{
color: #A0DD94;
}
</style>
background-color css
<style>
a { background-color: #A0DD94; }
a { background-color: rgb(160,221,148); }
div.DivClassName
{
background-color: #A0DD94;
}
.BgClassName
{
background-color: #A0DD94;
}
</style>
border-color css
<style>
span { border-color: #A0DD94; }
span { border-color: rgb(160,221,148); }
td.TdClassName
{
border-color: #A0DD94;
}
.TagClassName
{
border-color: #A0DD94;
}
</style>