Html Css Color HEX #A0D894 Granny Smith Apple
📋 copy color: '#A0D894'red 160 ◦ green 216 ◦ blue 148
Shades of Granny Smith Apple #A0D894
Tints of Granny Smith Apple #A0D894
RGB
CMYK
RGB Variations
Color information
#A0D894 (or 0xA0D894) is known color: Granny Smith Apple. HEX triplet: A0, D8 and 94. RGB value is (160,216,148). Sum of RGB (Red+Green+Blue) = 160+216+148=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 216 (84.77% from 255 or 41.22% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D894 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D894 is #5F276B. Grayscale: #BFBFBF. Windows color (decimal): -6236012 or 9754784. OLE color: 9754784.
HSL color Cylindrical-coordinate representation of color #A0D894: hue angle of 109.41º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0D894 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 216 | 148 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.15 |
| HSL | 109.41º | 0.47% | 0.71% | - |
| HSV(B) | 109.41º | 0.31% | 0.85% | - |
| XYZ | 44.4 | 58.72 | 37.01 | - |
| YUV | 191.5 | 103.45 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 148 | 0.26 | 0 | 0.31 | 0.15 | 109.41 | 0.47 | 0.71 |
| Hex | A0 | D8 | 94 | 1A | 0 | 1F | F | 6D | 2F | 47 |
| Octal | 240 | 330 | 224 | 32 | 0 | 37 | 17 | 155 | 57 | 107 |
| Binary | 10100000 | 11011000 | 10010100 | 11010 | 0 | 11111 | 1111 | 1101101 | 101111 | 1000111 |
Color Harmonies of #A0D894
Complementary color
Monochromatic Colors of #A0D894
Black with #A0D894
Text Example
Text Example
White with #A0D894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D894; }
p { color: rgb(160,216,148); }
H1.HeaderClassName
{
color: #A0D894;
}
.AnyTagClassName
{
color: #A0D894;
}
</style>
background-color css
<style>
a { background-color: #A0D894; }
a { background-color: rgb(160,216,148); }
div.DivClassName
{
background-color: #A0D894;
}
.BgClassName
{
background-color: #A0D894;
}
</style>
border-color css
<style>
span { border-color: #A0D894; }
span { border-color: rgb(160,216,148); }
td.TdClassName
{
border-color: #A0D894;
}
.TagClassName
{
border-color: #A0D894;
}
</style>