Html Css Color HEX #A0DF9C Granny Smith Apple
📋 copy color: '#A0DF9C'red 160 ◦ green 223 ◦ blue 156
Shades of Granny Smith Apple #A0DF9C
Tints of Granny Smith Apple #A0DF9C
RGB
CMYK
RGB Variations
Color information
#A0DF9C (or 0xA0DF9C) is known color: Granny Smith Apple. HEX triplet: A0, DF and 9C. RGB value is (160,223,156). Sum of RGB (Red+Green+Blue) = 160+223+156=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 156 (61.33% from 255 or 28.94% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DF9C is #5F2063. Grayscale: #C4C4C4. Windows color (decimal): -6234212 or 10280864. OLE color: 10280864.
HSL color Cylindrical-coordinate representation of color #A0DF9C: hue angle of 116.42º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0DF9C is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 156 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.13 |
| HSL | 116.42º | 0.51% | 0.74% | - |
| HSV(B) | 116.42º | 0.3% | 0.87% | - |
| XYZ | 46.89 | 62.65 | 41.07 | - |
| YUV | 196.53 | 105.13 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 156 | 0.28 | 0 | 0.30 | 0.13 | 116.42 | 0.51 | 0.74 |
| Hex | A0 | DF | 9C | 1C | 0 | 1E | D | 74 | 33 | 4A |
| Octal | 240 | 337 | 234 | 34 | 0 | 36 | 15 | 164 | 63 | 112 |
| Binary | 10100000 | 11011111 | 10011100 | 11100 | 0 | 11110 | 1101 | 1110100 | 110011 | 1001010 |
Color Harmonies of #A0DF9C
Complementary color
Monochromatic Colors of #A0DF9C
Black with #A0DF9C
Text Example
Text Example
White with #A0DF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DF9C; }
p { color: rgb(160,223,156); }
H1.HeaderClassName
{
color: #A0DF9C;
}
.AnyTagClassName
{
color: #A0DF9C;
}
</style>
background-color css
<style>
a { background-color: #A0DF9C; }
a { background-color: rgb(160,223,156); }
div.DivClassName
{
background-color: #A0DF9C;
}
.BgClassName
{
background-color: #A0DF9C;
}
</style>
border-color css
<style>
span { border-color: #A0DF9C; }
span { border-color: rgb(160,223,156); }
td.TdClassName
{
border-color: #A0DF9C;
}
.TagClassName
{
border-color: #A0DF9C;
}
</style>