Html Css Color HEX #A0D59B Granny Smith Apple
📋 copy color: '#A0D59B'red 160 ◦ green 213 ◦ blue 155
Shades of Granny Smith Apple #A0D59B
Tints of Granny Smith Apple #A0D59B
RGB
CMYK
RGB Variations
Color information
#A0D59B (or 0xA0D59B) is known color: Granny Smith Apple. HEX triplet: A0, D5 and 9B. RGB value is (160,213,155). Sum of RGB (Red+Green+Blue) = 160+213+155=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D59B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D59B is #5F2A64. Grayscale: #BEBEBE. Windows color (decimal): -6236773 or 10212768. OLE color: 10212768.
HSL color Cylindrical-coordinate representation of color #A0D59B: hue angle of 114.83º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0D59B is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 213 | 155 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.16 |
| HSL | 114.83º | 0.41% | 0.72% | - |
| HSV(B) | 114.83º | 0.27% | 0.84% | - |
| XYZ | 44.21 | 57.43 | 39.77 | - |
| YUV | 190.54 | 107.94 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 213 | 155 | 0.25 | 0 | 0.27 | 0.16 | 114.83 | 0.41 | 0.72 |
| Hex | A0 | D5 | 9B | 19 | 0 | 1B | 10 | 73 | 29 | 48 |
| Octal | 240 | 325 | 233 | 31 | 0 | 33 | 20 | 163 | 51 | 110 |
| Binary | 10100000 | 11010101 | 10011011 | 11001 | 0 | 11011 | 10000 | 1110011 | 101001 | 1001000 |
Color Harmonies of #A0D59B
Complementary color
Monochromatic Colors of #A0D59B
Black with #A0D59B
Text Example
Text Example
White with #A0D59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D59B; }
p { color: rgb(160,213,155); }
H1.HeaderClassName
{
color: #A0D59B;
}
.AnyTagClassName
{
color: #A0D59B;
}
</style>
background-color css
<style>
a { background-color: #A0D59B; }
a { background-color: rgb(160,213,155); }
div.DivClassName
{
background-color: #A0D59B;
}
.BgClassName
{
background-color: #A0D59B;
}
</style>
border-color css
<style>
span { border-color: #A0D59B; }
span { border-color: rgb(160,213,155); }
td.TdClassName
{
border-color: #A0D59B;
}
.TagClassName
{
border-color: #A0D59B;
}
</style>