Html Css Color HEX #A0D094 Granny Smith Apple
📋 copy color: '#A0D094'red 160 ◦ green 208 ◦ blue 148
Shades of Granny Smith Apple #A0D094
Tints of Granny Smith Apple #A0D094
RGB
CMYK
RGB Variations
Color information
#A0D094 (or 0xA0D094) is known color: Granny Smith Apple. HEX triplet: A0, D0 and 94. RGB value is (160,208,148). Sum of RGB (Red+Green+Blue) = 160+208+148=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D094 is #5F2F6B. Grayscale: #BBBBBB. Windows color (decimal): -6238060 or 9752736. OLE color: 9752736.
HSL color Cylindrical-coordinate representation of color #A0D094: hue angle of 108º degrees, saturation: 0.39, 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 #A0D094 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 208 | 148 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.18 |
| HSL | 108º | 0.39% | 0.7% | - |
| HSV(B) | 108º | 0.29% | 0.82% | - |
| XYZ | 42.4 | 54.72 | 36.35 | - |
| YUV | 186.81 | 106.1 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 148 | 0.23 | 0 | 0.29 | 0.18 | 108 | 0.39 | 0.7 |
| Hex | A0 | D0 | 94 | 17 | 0 | 1D | 12 | 6C | 27 | 46 |
| Octal | 240 | 320 | 224 | 27 | 0 | 35 | 22 | 154 | 47 | 106 |
| Binary | 10100000 | 11010000 | 10010100 | 10111 | 0 | 11101 | 10010 | 1101100 | 100111 | 1000110 |
Color Harmonies of #A0D094
Complementary color
Monochromatic Colors of #A0D094
Black with #A0D094
Text Example
Text Example
White with #A0D094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D094; }
p { color: rgb(160,208,148); }
H1.HeaderClassName
{
color: #A0D094;
}
.AnyTagClassName
{
color: #A0D094;
}
</style>
background-color css
<style>
a { background-color: #A0D094; }
a { background-color: rgb(160,208,148); }
div.DivClassName
{
background-color: #A0D094;
}
.BgClassName
{
background-color: #A0D094;
}
</style>
border-color css
<style>
span { border-color: #A0D094; }
span { border-color: rgb(160,208,148); }
td.TdClassName
{
border-color: #A0D094;
}
.TagClassName
{
border-color: #A0D094;
}
</style>