Html Css Color HEX #A0DF8B Granny Smith Apple
📋 copy color: '#A0DF8B'red 160 ◦ green 223 ◦ blue 139
Shades of Granny Smith Apple #A0DF8B
Tints of Granny Smith Apple #A0DF8B
RGB
CMYK
RGB Variations
Color information
#A0DF8B (or 0xA0DF8B) is known color: Granny Smith Apple. HEX triplet: A0, DF and 8B. RGB value is (160,223,139). Sum of RGB (Red+Green+Blue) = 160+223+139=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DF8B is #5F2074. Grayscale: #C2C2C2. Windows color (decimal): -6234229 or 9166752. OLE color: 9166752.
HSL color Cylindrical-coordinate representation of color #A0DF8B: hue angle of 105º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0DF8B is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 139 | - |
| CMYK | 0.28 | 0 | 0.38 | 0.13 |
| HSL | 105º | 0.57% | 0.71% | - |
| HSV(B) | 105º | 0.38% | 0.87% | - |
| XYZ | 45.55 | 62.11 | 34.01 | - |
| YUV | 194.59 | 96.63 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 139 | 0.28 | 0 | 0.38 | 0.13 | 105 | 0.57 | 0.71 |
| Hex | A0 | DF | 8B | 1C | 0 | 26 | D | 69 | 39 | 47 |
| Octal | 240 | 337 | 213 | 34 | 0 | 46 | 15 | 151 | 71 | 107 |
| Binary | 10100000 | 11011111 | 10001011 | 11100 | 0 | 100110 | 1101 | 1101001 | 111001 | 1000111 |
Color Harmonies of #A0DF8B
Complementary color
Monochromatic Colors of #A0DF8B
Black with #A0DF8B
Text Example
Text Example
White with #A0DF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DF8B; }
p { color: rgb(160,223,139); }
H1.HeaderClassName
{
color: #A0DF8B;
}
.AnyTagClassName
{
color: #A0DF8B;
}
</style>
background-color css
<style>
a { background-color: #A0DF8B; }
a { background-color: rgb(160,223,139); }
div.DivClassName
{
background-color: #A0DF8B;
}
.BgClassName
{
background-color: #A0DF8B;
}
</style>
border-color css
<style>
span { border-color: #A0DF8B; }
span { border-color: rgb(160,223,139); }
td.TdClassName
{
border-color: #A0DF8B;
}
.TagClassName
{
border-color: #A0DF8B;
}
</style>