Shades of Conifer #A0D561
Tints of Conifer #A0D561
RGB
CMYK
RGB Variations
Color information
#A0D561 (or 0xA0D561) is known color: Conifer. HEX triplet: A0, D5 and 61. RGB value is (160,213,97). Sum of RGB (Red+Green+Blue) = 160+213+97=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 97 (38.28% from 255 or 20.64% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D561 is #5F2A9E. Grayscale: #B8B8B8. Windows color (decimal): -6236831 or 6411680. OLE color: 6411680.
HSL color Cylindrical-coordinate representation of color #A0D561: hue angle of 87.41º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0D561 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 213 | 97 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.16 |
| HSL | 87.41º | 0.58% | 0.61% | - |
| HSV(B) | 87.41º | 0.54% | 0.84% | - |
| XYZ | 40.45 | 55.93 | 19.97 | - |
| YUV | 183.93 | 78.94 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 213 | 97 | 0.25 | 0 | 0.54 | 0.16 | 87.41 | 0.58 | 0.61 |
| Hex | A0 | D5 | 61 | 19 | 0 | 36 | 10 | 57 | 3A | 3D |
| Octal | 240 | 325 | 141 | 31 | 0 | 66 | 20 | 127 | 72 | 75 |
| Binary | 10100000 | 11010101 | 1100001 | 11001 | 0 | 110110 | 10000 | 1010111 | 111010 | 111101 |
Color Harmonies of #A0D561
Complementary color
Monochromatic Colors of #A0D561
Black with #A0D561
Text Example
Text Example
White with #A0D561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D561; }
p { color: rgb(160,213,97); }
H1.HeaderClassName
{
color: #A0D561;
}
.AnyTagClassName
{
color: #A0D561;
}
</style>
background-color css
<style>
a { background-color: #A0D561; }
a { background-color: rgb(160,213,97); }
div.DivClassName
{
background-color: #A0D561;
}
.BgClassName
{
background-color: #A0D561;
}
</style>
border-color css
<style>
span { border-color: #A0D561; }
span { border-color: rgb(160,213,97); }
td.TdClassName
{
border-color: #A0D561;
}
.TagClassName
{
border-color: #A0D561;
}
</style>