Html Css Color HEX #A0D595 Granny Smith Apple
📋 copy color: '#A0D595'red 160 ◦ green 213 ◦ blue 149
Shades of Granny Smith Apple #A0D595
Tints of Granny Smith Apple #A0D595
RGB
CMYK
RGB Variations
Color information
#A0D595 (or 0xA0D595) is known color: Granny Smith Apple. HEX triplet: A0, D5 and 95. RGB value is (160,213,149). Sum of RGB (Red+Green+Blue) = 160+213+149=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D595 is #5F2A6A. Grayscale: #BEBEBE. Windows color (decimal): -6236779 or 9819552. OLE color: 9819552.
HSL color Cylindrical-coordinate representation of color #A0D595: hue angle of 109.69º degrees, saturation: 0.43, 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 #A0D595 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 213 | 149 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.16 |
| HSL | 109.69º | 0.43% | 0.71% | - |
| HSV(B) | 109.69º | 0.3% | 0.84% | - |
| XYZ | 43.72 | 57.23 | 37.18 | - |
| YUV | 189.86 | 104.94 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 213 | 149 | 0.25 | 0 | 0.30 | 0.16 | 109.69 | 0.43 | 0.71 |
| Hex | A0 | D5 | 95 | 19 | 0 | 1E | 10 | 6E | 2B | 47 |
| Octal | 240 | 325 | 225 | 31 | 0 | 36 | 20 | 156 | 53 | 107 |
| Binary | 10100000 | 11010101 | 10010101 | 11001 | 0 | 11110 | 10000 | 1101110 | 101011 | 1000111 |
Color Harmonies of #A0D595
Complementary color
Monochromatic Colors of #A0D595
Black with #A0D595
Text Example
Text Example
White with #A0D595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D595; }
p { color: rgb(160,213,149); }
H1.HeaderClassName
{
color: #A0D595;
}
.AnyTagClassName
{
color: #A0D595;
}
</style>
background-color css
<style>
a { background-color: #A0D595; }
a { background-color: rgb(160,213,149); }
div.DivClassName
{
background-color: #A0D595;
}
.BgClassName
{
background-color: #A0D595;
}
</style>
border-color css
<style>
span { border-color: #A0D595; }
span { border-color: rgb(160,213,149); }
td.TdClassName
{
border-color: #A0D595;
}
.TagClassName
{
border-color: #A0D595;
}
</style>