Shades of Conifer #A0CF56
Tints of Conifer #A0CF56
RGB
CMYK
RGB Variations
Color information
#A0CF56 (or 0xA0CF56) is known color: Conifer. HEX triplet: A0, CF and 56. RGB value is (160,207,86). Sum of RGB (Red+Green+Blue) = 160+207+86=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 86 (33.98% from 255 or 18.98% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CF56 is #5F30A9. Grayscale: #B3B3B3. Windows color (decimal): -6238378 or 5689248. OLE color: 5689248.
HSL color Cylindrical-coordinate representation of color #A0CF56: hue angle of 83.31º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0CF56 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 86 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.19 |
| HSL | 83.31º | 0.56% | 0.57% | - |
| HSV(B) | 83.31º | 0.58% | 0.81% | - |
| XYZ | 38.49 | 52.77 | 16.96 | - |
| YUV | 179.15 | 75.43 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 86 | 0.23 | 0 | 0.58 | 0.19 | 83.31 | 0.56 | 0.57 |
| Hex | A0 | CF | 56 | 17 | 0 | 3A | 13 | 53 | 38 | 39 |
| Octal | 240 | 317 | 126 | 27 | 0 | 72 | 23 | 123 | 70 | 71 |
| Binary | 10100000 | 11001111 | 1010110 | 10111 | 0 | 111010 | 10011 | 1010011 | 111000 | 111001 |
Color Harmonies of #A0CF56
Complementary color
Monochromatic Colors of #A0CF56
Black with #A0CF56
Text Example
Text Example
White with #A0CF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CF56; }
p { color: rgb(160,207,86); }
H1.HeaderClassName
{
color: #A0CF56;
}
.AnyTagClassName
{
color: #A0CF56;
}
</style>
background-color css
<style>
a { background-color: #A0CF56; }
a { background-color: rgb(160,207,86); }
div.DivClassName
{
background-color: #A0CF56;
}
.BgClassName
{
background-color: #A0CF56;
}
</style>
border-color css
<style>
span { border-color: #A0CF56; }
span { border-color: rgb(160,207,86); }
td.TdClassName
{
border-color: #A0CF56;
}
.TagClassName
{
border-color: #A0CF56;
}
</style>