Shades of Conifer #A0D960
Tints of Conifer #A0D960
RGB
CMYK
RGB Variations
Color information
#A0D960 (or 0xA0D960) is known color: Conifer. HEX triplet: A0, D9 and 60. RGB value is (160,217,96). Sum of RGB (Red+Green+Blue) = 160+217+96=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D960 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D960 is #5F269F. Grayscale: #BABABA. Windows color (decimal): -6235808 or 6347168. OLE color: 6347168.
HSL color Cylindrical-coordinate representation of color #A0D960: hue angle of 88.26º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0D960 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 217 | 96 | - |
| CMYK | 0.26 | 0 | 0.56 | 0.15 |
| HSL | 88.26º | 0.61% | 0.61% | - |
| HSV(B) | 88.26º | 0.56% | 0.85% | - |
| XYZ | 41.42 | 57.94 | 20.07 | - |
| YUV | 186.16 | 77.12 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 96 | 0.26 | 0 | 0.56 | 0.15 | 88.26 | 0.61 | 0.61 |
| Hex | A0 | D9 | 60 | 1A | 0 | 38 | F | 58 | 3D | 3D |
| Octal | 240 | 331 | 140 | 32 | 0 | 70 | 17 | 130 | 75 | 75 |
| Binary | 10100000 | 11011001 | 1100000 | 11010 | 0 | 111000 | 1111 | 1011000 | 111101 | 111101 |
Color Harmonies of #A0D960
Complementary color
Monochromatic Colors of #A0D960
Black with #A0D960
Text Example
Text Example
White with #A0D960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D960; }
p { color: rgb(160,217,96); }
H1.HeaderClassName
{
color: #A0D960;
}
.AnyTagClassName
{
color: #A0D960;
}
</style>
background-color css
<style>
a { background-color: #A0D960; }
a { background-color: rgb(160,217,96); }
div.DivClassName
{
background-color: #A0D960;
}
.BgClassName
{
background-color: #A0D960;
}
</style>
border-color css
<style>
span { border-color: #A0D960; }
span { border-color: rgb(160,217,96); }
td.TdClassName
{
border-color: #A0D960;
}
.TagClassName
{
border-color: #A0D960;
}
</style>