Html Css Color HEX #A1DEA0 Granny Smith Apple
📋 copy color: '#A1DEA0'red 161 ◦ green 222 ◦ blue 160
Shades of Granny Smith Apple #A1DEA0
Tints of Granny Smith Apple #A1DEA0
RGB
CMYK
RGB Variations
Color information
#A1DEA0 (or 0xA1DEA0) is known color: Granny Smith Apple. HEX triplet: A1, DE and A0. RGB value is (161,222,160). Sum of RGB (Red+Green+Blue) = 161+222+160=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 160 (62.89% from 255 or 29.47% from 543); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DEA0 is #5E215F. Grayscale: #C4C4C4. Windows color (decimal): -6168928 or 10542753. OLE color: 10542753.
HSL color Cylindrical-coordinate representation of color #A1DEA0: hue angle of 119.03º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1DEA0 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 222 | 160 | - |
| CMYK | 0.27 | 0 | 0.28 | 0.13 |
| HSL | 119.03º | 0.48% | 0.75% | - |
| HSV(B) | 119.03º | 0.28% | 0.87% | - |
| XYZ | 47.16 | 62.36 | 42.81 | - |
| YUV | 196.69 | 107.29 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 222 | 160 | 0.27 | 0 | 0.28 | 0.13 | 119.03 | 0.48 | 0.75 |
| Hex | A1 | DE | A0 | 1B | 0 | 1C | D | 77 | 30 | 4B |
| Octal | 241 | 336 | 240 | 33 | 0 | 34 | 15 | 167 | 60 | 113 |
| Binary | 10100001 | 11011110 | 10100000 | 11011 | 0 | 11100 | 1101 | 1110111 | 110000 | 1001011 |
Color Harmonies of #A1DEA0
Complementary color
Monochromatic Colors of #A1DEA0
Black with #A1DEA0
Text Example
Text Example
White with #A1DEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DEA0; }
p { color: rgb(161,222,160); }
H1.HeaderClassName
{
color: #A1DEA0;
}
.AnyTagClassName
{
color: #A1DEA0;
}
</style>
background-color css
<style>
a { background-color: #A1DEA0; }
a { background-color: rgb(161,222,160); }
div.DivClassName
{
background-color: #A1DEA0;
}
.BgClassName
{
background-color: #A1DEA0;
}
</style>
border-color css
<style>
span { border-color: #A1DEA0; }
span { border-color: rgb(161,222,160); }
td.TdClassName
{
border-color: #A1DEA0;
}
.TagClassName
{
border-color: #A1DEA0;
}
</style>