Html Css Color HEX #A3DCA0 Granny Smith Apple
📋 copy color: '#A3DCA0'red 163 ◦ green 220 ◦ blue 160
Shades of Granny Smith Apple #A3DCA0
Tints of Granny Smith Apple #A3DCA0
RGB
CMYK
RGB Variations
Color information
#A3DCA0 (or 0xA3DCA0) is known color: Granny Smith Apple. HEX triplet: A3, DC and A0. RGB value is (163,220,160). Sum of RGB (Red+Green+Blue) = 163+220+160=543 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.02% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 160 (62.89% from 255 or 29.47% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DCA0 is #5C235F. Grayscale: #C4C4C4. Windows color (decimal): -6038368 or 10542243. OLE color: 10542243.
HSL color Cylindrical-coordinate representation of color #A3DCA0: hue angle of 117º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3DCA0 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 220 | 160 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.14 |
| HSL | 117º | 0.46% | 0.75% | - |
| HSV(B) | 117º | 0.27% | 0.86% | - |
| XYZ | 47.04 | 61.51 | 42.65 | - |
| YUV | 196.12 | 107.62 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 220 | 160 | 0.26 | 0 | 0.27 | 0.14 | 117 | 0.46 | 0.75 |
| Hex | A3 | DC | A0 | 1A | 0 | 1B | E | 75 | 2E | 4B |
| Octal | 243 | 334 | 240 | 32 | 0 | 33 | 16 | 165 | 56 | 113 |
| Binary | 10100011 | 11011100 | 10100000 | 11010 | 0 | 11011 | 1110 | 1110101 | 101110 | 1001011 |
Color Harmonies of #A3DCA0
Complementary color
Monochromatic Colors of #A3DCA0
Black with #A3DCA0
Text Example
Text Example
White with #A3DCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DCA0; }
p { color: rgb(163,220,160); }
H1.HeaderClassName
{
color: #A3DCA0;
}
.AnyTagClassName
{
color: #A3DCA0;
}
</style>
background-color css
<style>
a { background-color: #A3DCA0; }
a { background-color: rgb(163,220,160); }
div.DivClassName
{
background-color: #A3DCA0;
}
.BgClassName
{
background-color: #A3DCA0;
}
</style>
border-color css
<style>
span { border-color: #A3DCA0; }
span { border-color: rgb(163,220,160); }
td.TdClassName
{
border-color: #A3DCA0;
}
.TagClassName
{
border-color: #A3DCA0;
}
</style>