Html Css Color HEX #A0D194 Granny Smith Apple
📋 copy color: '#A0D194'red 160 ◦ green 209 ◦ blue 148
Shades of Granny Smith Apple #A0D194
Tints of Granny Smith Apple #A0D194
RGB
CMYK
RGB Variations
Color information
#A0D194 (or 0xA0D194) is known color: Granny Smith Apple. HEX triplet: A0, D1 and 94. RGB value is (160,209,148). Sum of RGB (Red+Green+Blue) = 160+209+148=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D194 is #5F2E6B. Grayscale: #BBBBBB. Windows color (decimal): -6237804 or 9752992. OLE color: 9752992.
HSL color Cylindrical-coordinate representation of color #A0D194: hue angle of 108.2º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0D194 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 209 | 148 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.18 |
| HSL | 108.2º | 0.4% | 0.7% | - |
| HSV(B) | 108.2º | 0.29% | 0.82% | - |
| XYZ | 42.64 | 55.21 | 36.43 | - |
| YUV | 187.4 | 105.77 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 209 | 148 | 0.23 | 0 | 0.29 | 0.18 | 108.2 | 0.4 | 0.7 |
| Hex | A0 | D1 | 94 | 17 | 0 | 1D | 12 | 6C | 28 | 46 |
| Octal | 240 | 321 | 224 | 27 | 0 | 35 | 22 | 154 | 50 | 106 |
| Binary | 10100000 | 11010001 | 10010100 | 10111 | 0 | 11101 | 10010 | 1101100 | 101000 | 1000110 |
Color Harmonies of #A0D194
Complementary color
Monochromatic Colors of #A0D194
Black with #A0D194
Text Example
Text Example
White with #A0D194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D194; }
p { color: rgb(160,209,148); }
H1.HeaderClassName
{
color: #A0D194;
}
.AnyTagClassName
{
color: #A0D194;
}
</style>
background-color css
<style>
a { background-color: #A0D194; }
a { background-color: rgb(160,209,148); }
div.DivClassName
{
background-color: #A0D194;
}
.BgClassName
{
background-color: #A0D194;
}
</style>
border-color css
<style>
span { border-color: #A0D194; }
span { border-color: rgb(160,209,148); }
td.TdClassName
{
border-color: #A0D194;
}
.TagClassName
{
border-color: #A0D194;
}
</style>