Html Css Color HEX #A0DC8F Granny Smith Apple
📋 copy color: '#A0DC8F'red 160 ◦ green 220 ◦ blue 143
Shades of Granny Smith Apple #A0DC8F
Tints of Granny Smith Apple #A0DC8F
RGB
CMYK
RGB Variations
Color information
#A0DC8F (or 0xA0DC8F) is known color: Granny Smith Apple. HEX triplet: A0, DC and 8F. RGB value is (160,220,143). Sum of RGB (Red+Green+Blue) = 160+220+143=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 143 (56.25% from 255 or 27.34% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DC8F is #5F2370. Grayscale: #C1C1C1. Windows color (decimal): -6234993 or 9428128. OLE color: 9428128.
HSL color Cylindrical-coordinate representation of color #A0DC8F: hue angle of 106.75º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0DC8F is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 220 | 143 | - |
| CMYK | 0.27 | 0 | 0.35 | 0.14 |
| HSL | 106.75º | 0.52% | 0.71% | - |
| HSV(B) | 106.75º | 0.35% | 0.86% | - |
| XYZ | 45.05 | 60.64 | 35.32 | - |
| YUV | 193.28 | 99.62 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 143 | 0.27 | 0 | 0.35 | 0.14 | 106.75 | 0.52 | 0.71 |
| Hex | A0 | DC | 8F | 1B | 0 | 23 | E | 6B | 34 | 47 |
| Octal | 240 | 334 | 217 | 33 | 0 | 43 | 16 | 153 | 64 | 107 |
| Binary | 10100000 | 11011100 | 10001111 | 11011 | 0 | 100011 | 1110 | 1101011 | 110100 | 1000111 |
Color Harmonies of #A0DC8F
Complementary color
Monochromatic Colors of #A0DC8F
Black with #A0DC8F
Text Example
Text Example
White with #A0DC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DC8F; }
p { color: rgb(160,220,143); }
H1.HeaderClassName
{
color: #A0DC8F;
}
.AnyTagClassName
{
color: #A0DC8F;
}
</style>
background-color css
<style>
a { background-color: #A0DC8F; }
a { background-color: rgb(160,220,143); }
div.DivClassName
{
background-color: #A0DC8F;
}
.BgClassName
{
background-color: #A0DC8F;
}
</style>
border-color css
<style>
span { border-color: #A0DC8F; }
span { border-color: rgb(160,220,143); }
td.TdClassName
{
border-color: #A0DC8F;
}
.TagClassName
{
border-color: #A0DC8F;
}
</style>