Html Css Color HEX #A8DCA0 Granny Smith Apple
📋 copy color: '#A8DCA0'red 168 ◦ green 220 ◦ blue 160
Shades of Granny Smith Apple #A8DCA0
Tints of Granny Smith Apple #A8DCA0
RGB
CMYK
RGB Variations
Color information
#A8DCA0 (or 0xA8DCA0) is known color: Granny Smith Apple. HEX triplet: A8, DC and A0. RGB value is (168,220,160). Sum of RGB (Red+Green+Blue) = 168+220+160=548 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.66% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DCA0 is #57235F. Grayscale: #C5C5C5. Windows color (decimal): -5710688 or 10542248. OLE color: 10542248.
HSL color Cylindrical-coordinate representation of color #A8DCA0: hue angle of 112º 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 #A8DCA0 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 160 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.14 |
| HSL | 112º | 0.46% | 0.75% | - |
| HSV(B) | 112º | 0.27% | 0.86% | - |
| XYZ | 48.09 | 62.05 | 42.7 | - |
| YUV | 197.61 | 106.77 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 160 | 0.24 | 0 | 0.27 | 0.14 | 112 | 0.46 | 0.75 |
| Hex | A8 | DC | A0 | 18 | 0 | 1B | E | 70 | 2E | 4B |
| Octal | 250 | 334 | 240 | 30 | 0 | 33 | 16 | 160 | 56 | 113 |
| Binary | 10101000 | 11011100 | 10100000 | 11000 | 0 | 11011 | 1110 | 1110000 | 101110 | 1001011 |
Color Harmonies of #A8DCA0
Complementary color
Monochromatic Colors of #A8DCA0
Black with #A8DCA0
Text Example
Text Example
White with #A8DCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DCA0; }
p { color: rgb(168,220,160); }
H1.HeaderClassName
{
color: #A8DCA0;
}
.AnyTagClassName
{
color: #A8DCA0;
}
</style>
background-color css
<style>
a { background-color: #A8DCA0; }
a { background-color: rgb(168,220,160); }
div.DivClassName
{
background-color: #A8DCA0;
}
.BgClassName
{
background-color: #A8DCA0;
}
</style>
border-color css
<style>
span { border-color: #A8DCA0; }
span { border-color: rgb(168,220,160); }
td.TdClassName
{
border-color: #A8DCA0;
}
.TagClassName
{
border-color: #A8DCA0;
}
</style>