Html Css Color HEX #A0DD93 Granny Smith Apple
📋 copy color: '#A0DD93'red 160 ◦ green 221 ◦ blue 147
Shades of Granny Smith Apple #A0DD93
Tints of Granny Smith Apple #A0DD93
RGB
CMYK
RGB Variations
Color information
#A0DD93 (or 0xA0DD93) is known color: Granny Smith Apple. HEX triplet: A0, DD and 93. RGB value is (160,221,147). Sum of RGB (Red+Green+Blue) = 160+221+147=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 147 (57.81% from 255 or 27.84% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DD93 is #5F226C. Grayscale: #C2C2C2. Windows color (decimal): -6234733 or 9690528. OLE color: 9690528.
HSL color Cylindrical-coordinate representation of color #A0DD93: hue angle of 109.46º 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 #A0DD93 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 147 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.13 |
| HSL | 109.46º | 0.52% | 0.72% | - |
| HSV(B) | 109.46º | 0.33% | 0.87% | - |
| XYZ | 45.62 | 61.29 | 37.03 | - |
| YUV | 194.33 | 101.29 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 147 | 0.28 | 0 | 0.33 | 0.13 | 109.46 | 0.52 | 0.72 |
| Hex | A0 | DD | 93 | 1C | 0 | 21 | D | 6D | 34 | 48 |
| Octal | 240 | 335 | 223 | 34 | 0 | 41 | 15 | 155 | 64 | 110 |
| Binary | 10100000 | 11011101 | 10010011 | 11100 | 0 | 100001 | 1101 | 1101101 | 110100 | 1001000 |
Color Harmonies of #A0DD93
Complementary color
Monochromatic Colors of #A0DD93
Black with #A0DD93
Text Example
Text Example
White with #A0DD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD93; }
p { color: rgb(160,221,147); }
H1.HeaderClassName
{
color: #A0DD93;
}
.AnyTagClassName
{
color: #A0DD93;
}
</style>
background-color css
<style>
a { background-color: #A0DD93; }
a { background-color: rgb(160,221,147); }
div.DivClassName
{
background-color: #A0DD93;
}
.BgClassName
{
background-color: #A0DD93;
}
</style>
border-color css
<style>
span { border-color: #A0DD93; }
span { border-color: rgb(160,221,147); }
td.TdClassName
{
border-color: #A0DD93;
}
.TagClassName
{
border-color: #A0DD93;
}
</style>