Shades of Conifer #A0DF60
Tints of Conifer #A0DF60
RGB
CMYK
RGB Variations
Color information
#A0DF60 (or 0xA0DF60) is known color: Conifer. HEX triplet: A0, DF and 60. RGB value is (160,223,96). Sum of RGB (Red+Green+Blue) = 160+223+96=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 96 (37.89% from 255 or 20.04% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DF60 is #5F209F. Grayscale: #BEBEBE. Windows color (decimal): -6234272 or 6348704. OLE color: 6348704.
HSL color Cylindrical-coordinate representation of color #A0DF60: hue angle of 89.76º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0DF60 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 223 | 96 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.13 |
| HSL | 89.76º | 0.66% | 0.63% | - |
| HSV(B) | 89.76º | 0.57% | 0.87% | - |
| XYZ | 43 | 61.09 | 20.59 | - |
| YUV | 189.69 | 75.13 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 223 | 96 | 0.28 | 0 | 0.57 | 0.13 | 89.76 | 0.66 | 0.63 |
| Hex | A0 | DF | 60 | 1C | 0 | 39 | D | 5A | 42 | 3F |
| Octal | 240 | 337 | 140 | 34 | 0 | 71 | 15 | 132 | 102 | 77 |
| Binary | 10100000 | 11011111 | 1100000 | 11100 | 0 | 111001 | 1101 | 1011010 | 1000010 | 111111 |
Color Harmonies of #A0DF60
Complementary color
Monochromatic Colors of #A0DF60
Black with #A0DF60
Text Example
Text Example
White with #A0DF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DF60; }
p { color: rgb(160,223,96); }
H1.HeaderClassName
{
color: #A0DF60;
}
.AnyTagClassName
{
color: #A0DF60;
}
</style>
background-color css
<style>
a { background-color: #A0DF60; }
a { background-color: rgb(160,223,96); }
div.DivClassName
{
background-color: #A0DF60;
}
.BgClassName
{
background-color: #A0DF60;
}
</style>
border-color css
<style>
span { border-color: #A0DF60; }
span { border-color: rgb(160,223,96); }
td.TdClassName
{
border-color: #A0DF60;
}
.TagClassName
{
border-color: #A0DF60;
}
</style>