Shades of Conifer #A0D559
Tints of Conifer #A0D559
RGB
CMYK
RGB Variations
Color information
#A0D559 (or 0xA0D559) is known color: Conifer. HEX triplet: A0, D5 and 59. RGB value is (160,213,89). Sum of RGB (Red+Green+Blue) = 160+213+89=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 89 (35.16% from 255 or 19.26% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D559 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D559 is #5F2AA6. Grayscale: #B7B7B7. Windows color (decimal): -6236839 or 5887392. OLE color: 5887392.
HSL color Cylindrical-coordinate representation of color #A0D559: hue angle of 85.65º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0D559 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 213 | 89 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.16 |
| HSL | 85.65º | 0.6% | 0.59% | - |
| HSV(B) | 85.65º | 0.58% | 0.84% | - |
| XYZ | 40.09 | 55.78 | 18.11 | - |
| YUV | 183.02 | 74.94 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 213 | 89 | 0.25 | 0 | 0.58 | 0.16 | 85.65 | 0.6 | 0.59 |
| Hex | A0 | D5 | 59 | 19 | 0 | 3A | 10 | 56 | 3C | 3B |
| Octal | 240 | 325 | 131 | 31 | 0 | 72 | 20 | 126 | 74 | 73 |
| Binary | 10100000 | 11010101 | 1011001 | 11001 | 0 | 111010 | 10000 | 1010110 | 111100 | 111011 |
Color Harmonies of #A0D559
Complementary color
Monochromatic Colors of #A0D559
Black with #A0D559
Text Example
Text Example
White with #A0D559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D559; }
p { color: rgb(160,213,89); }
H1.HeaderClassName
{
color: #A0D559;
}
.AnyTagClassName
{
color: #A0D559;
}
</style>
background-color css
<style>
a { background-color: #A0D559; }
a { background-color: rgb(160,213,89); }
div.DivClassName
{
background-color: #A0D559;
}
.BgClassName
{
background-color: #A0D559;
}
</style>
border-color css
<style>
span { border-color: #A0D559; }
span { border-color: rgb(160,213,89); }
td.TdClassName
{
border-color: #A0D559;
}
.TagClassName
{
border-color: #A0D559;
}
</style>