Html Css Color HEX #A0D695 Granny Smith Apple
📋 copy color: '#A0D695'red 160 ◦ green 214 ◦ blue 149
Shades of Granny Smith Apple #A0D695
Tints of Granny Smith Apple #A0D695
RGB
CMYK
RGB Variations
Color information
#A0D695 (or 0xA0D695) is known color: Granny Smith Apple. HEX triplet: A0, D6 and 95. RGB value is (160,214,149). Sum of RGB (Red+Green+Blue) = 160+214+149=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D695 is #5F296A. Grayscale: #BEBEBE. Windows color (decimal): -6236523 or 9819808. OLE color: 9819808.
HSL color Cylindrical-coordinate representation of color #A0D695: hue angle of 109.85º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0D695 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 214 | 149 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.16 |
| HSL | 109.85º | 0.44% | 0.71% | - |
| HSV(B) | 109.85º | 0.3% | 0.84% | - |
| XYZ | 43.97 | 57.74 | 37.26 | - |
| YUV | 190.44 | 104.61 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 214 | 149 | 0.25 | 0 | 0.30 | 0.16 | 109.85 | 0.44 | 0.71 |
| Hex | A0 | D6 | 95 | 19 | 0 | 1E | 10 | 6E | 2C | 47 |
| Octal | 240 | 326 | 225 | 31 | 0 | 36 | 20 | 156 | 54 | 107 |
| Binary | 10100000 | 11010110 | 10010101 | 11001 | 0 | 11110 | 10000 | 1101110 | 101100 | 1000111 |
Color Harmonies of #A0D695
Complementary color
Monochromatic Colors of #A0D695
Black with #A0D695
Text Example
Text Example
White with #A0D695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D695; }
p { color: rgb(160,214,149); }
H1.HeaderClassName
{
color: #A0D695;
}
.AnyTagClassName
{
color: #A0D695;
}
</style>
background-color css
<style>
a { background-color: #A0D695; }
a { background-color: rgb(160,214,149); }
div.DivClassName
{
background-color: #A0D695;
}
.BgClassName
{
background-color: #A0D695;
}
</style>
border-color css
<style>
span { border-color: #A0D695; }
span { border-color: rgb(160,214,149); }
td.TdClassName
{
border-color: #A0D695;
}
.TagClassName
{
border-color: #A0D695;
}
</style>