Html Css Color HEX #A0DF9A Granny Smith Apple
📋 copy color: '#A0DF9A'red 160 ◦ green 223 ◦ blue 154
Shades of Granny Smith Apple #A0DF9A
Tints of Granny Smith Apple #A0DF9A
RGB
CMYK
RGB Variations
Color information
#A0DF9A (or 0xA0DF9A) is known color: Granny Smith Apple. HEX triplet: A0, DF and 9A. RGB value is (160,223,154). Sum of RGB (Red+Green+Blue) = 160+223+154=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DF9A is #5F2065. Grayscale: #C4C4C4. Windows color (decimal): -6234214 or 10149792. OLE color: 10149792.
HSL color Cylindrical-coordinate representation of color #A0DF9A: hue angle of 114.78º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0DF9A is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 154 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.13 |
| HSL | 114.78º | 0.52% | 0.74% | - |
| HSV(B) | 114.78º | 0.31% | 0.87% | - |
| XYZ | 46.72 | 62.58 | 40.19 | - |
| YUV | 196.3 | 104.13 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 154 | 0.28 | 0 | 0.31 | 0.13 | 114.78 | 0.52 | 0.74 |
| Hex | A0 | DF | 9A | 1C | 0 | 1F | D | 73 | 34 | 4A |
| Octal | 240 | 337 | 232 | 34 | 0 | 37 | 15 | 163 | 64 | 112 |
| Binary | 10100000 | 11011111 | 10011010 | 11100 | 0 | 11111 | 1101 | 1110011 | 110100 | 1001010 |
Color Harmonies of #A0DF9A
Complementary color
Monochromatic Colors of #A0DF9A
Black with #A0DF9A
Text Example
Text Example
White with #A0DF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DF9A; }
p { color: rgb(160,223,154); }
H1.HeaderClassName
{
color: #A0DF9A;
}
.AnyTagClassName
{
color: #A0DF9A;
}
</style>
background-color css
<style>
a { background-color: #A0DF9A; }
a { background-color: rgb(160,223,154); }
div.DivClassName
{
background-color: #A0DF9A;
}
.BgClassName
{
background-color: #A0DF9A;
}
</style>
border-color css
<style>
span { border-color: #A0DF9A; }
span { border-color: rgb(160,223,154); }
td.TdClassName
{
border-color: #A0DF9A;
}
.TagClassName
{
border-color: #A0DF9A;
}
</style>