Shades of Conifer #A0CF59
Tints of Conifer #A0CF59
RGB
CMYK
RGB Variations
Color information
#A0CF59 (or 0xA0CF59) is known color: Conifer. HEX triplet: A0, CF and 59. RGB value is (160,207,89). Sum of RGB (Red+Green+Blue) = 160+207+89=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 89 (35.16% from 255 or 19.52% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CF59 is #5F30A6. Grayscale: #B3B3B3. Windows color (decimal): -6238375 or 5885856. OLE color: 5885856.
HSL color Cylindrical-coordinate representation of color #A0CF59: hue angle of 83.9º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0CF59 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 89 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.19 |
| HSL | 83.9º | 0.55% | 0.58% | - |
| HSV(B) | 83.9º | 0.57% | 0.81% | - |
| XYZ | 38.61 | 52.82 | 17.61 | - |
| YUV | 179.5 | 76.93 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 89 | 0.23 | 0 | 0.57 | 0.19 | 83.9 | 0.55 | 0.58 |
| Hex | A0 | CF | 59 | 17 | 0 | 39 | 13 | 54 | 37 | 3A |
| Octal | 240 | 317 | 131 | 27 | 0 | 71 | 23 | 124 | 67 | 72 |
| Binary | 10100000 | 11001111 | 1011001 | 10111 | 0 | 111001 | 10011 | 1010100 | 110111 | 111010 |
Color Harmonies of #A0CF59
Complementary color
Monochromatic Colors of #A0CF59
Black with #A0CF59
Text Example
Text Example
White with #A0CF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CF59; }
p { color: rgb(160,207,89); }
H1.HeaderClassName
{
color: #A0CF59;
}
.AnyTagClassName
{
color: #A0CF59;
}
</style>
background-color css
<style>
a { background-color: #A0CF59; }
a { background-color: rgb(160,207,89); }
div.DivClassName
{
background-color: #A0CF59;
}
.BgClassName
{
background-color: #A0CF59;
}
</style>
border-color css
<style>
span { border-color: #A0CF59; }
span { border-color: rgb(160,207,89); }
td.TdClassName
{
border-color: #A0CF59;
}
.TagClassName
{
border-color: #A0CF59;
}
</style>