Html Css Color HEX #A0DF9F Granny Smith Apple
📋 copy color: '#A0DF9F'red 160 ◦ green 223 ◦ blue 159
Shades of Granny Smith Apple #A0DF9F
Tints of Granny Smith Apple #A0DF9F
RGB
CMYK
RGB Variations
Color information
#A0DF9F (or 0xA0DF9F) is known color: Granny Smith Apple. HEX triplet: A0, DF and 9F. RGB value is (160,223,159). Sum of RGB (Red+Green+Blue) = 160+223+159=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 159 (62.5% from 255 or 29.34% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DF9F is #5F2060. Grayscale: #C5C5C5. Windows color (decimal): -6234209 or 10477472. OLE color: 10477472.
HSL color Cylindrical-coordinate representation of color #A0DF9F: hue angle of 119.06º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0DF9F is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 159 | - |
| CMYK | 0.28 | 0 | 0.29 | 0.13 |
| HSL | 119.06º | 0.5% | 0.75% | - |
| HSV(B) | 119.06º | 0.29% | 0.87% | - |
| XYZ | 47.14 | 62.75 | 42.43 | - |
| YUV | 196.87 | 106.63 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 159 | 0.28 | 0 | 0.29 | 0.13 | 119.06 | 0.5 | 0.75 |
| Hex | A0 | DF | 9F | 1C | 0 | 1D | D | 77 | 32 | 4B |
| Octal | 240 | 337 | 237 | 34 | 0 | 35 | 15 | 167 | 62 | 113 |
| Binary | 10100000 | 11011111 | 10011111 | 11100 | 0 | 11101 | 1101 | 1110111 | 110010 | 1001011 |
Color Harmonies of #A0DF9F
Complementary color
Monochromatic Colors of #A0DF9F
Black with #A0DF9F
Text Example
Text Example
White with #A0DF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DF9F; }
p { color: rgb(160,223,159); }
H1.HeaderClassName
{
color: #A0DF9F;
}
.AnyTagClassName
{
color: #A0DF9F;
}
</style>
background-color css
<style>
a { background-color: #A0DF9F; }
a { background-color: rgb(160,223,159); }
div.DivClassName
{
background-color: #A0DF9F;
}
.BgClassName
{
background-color: #A0DF9F;
}
</style>
border-color css
<style>
span { border-color: #A0DF9F; }
span { border-color: rgb(160,223,159); }
td.TdClassName
{
border-color: #A0DF9F;
}
.TagClassName
{
border-color: #A0DF9F;
}
</style>