Shades of Conifer #A0CC56
Tints of Conifer #A0CC56
RGB
CMYK
RGB Variations
Color information
#A0CC56 (or 0xA0CC56) is known color: Conifer. HEX triplet: A0, CC and 56. RGB value is (160,204,86). Sum of RGB (Red+Green+Blue) = 160+204+86=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 86 (33.98% from 255 or 19.11% from 450); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CC56 is #5F33A9. Grayscale: #B1B1B1. Windows color (decimal): -6239146 or 5688480. OLE color: 5688480.
HSL color Cylindrical-coordinate representation of color #A0CC56: hue angle of 82.37º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0CC56 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 204 | 86 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.2 |
| HSL | 82.37º | 0.54% | 0.57% | - |
| HSV(B) | 82.37º | 0.58% | 0.8% | - |
| XYZ | 37.77 | 51.33 | 16.72 | - |
| YUV | 177.39 | 76.42 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 86 | 0.22 | 0 | 0.58 | 0.2 | 82.37 | 0.54 | 0.57 |
| Hex | A0 | CC | 56 | 16 | 0 | 3A | 14 | 52 | 36 | 39 |
| Octal | 240 | 314 | 126 | 26 | 0 | 72 | 24 | 122 | 66 | 71 |
| Binary | 10100000 | 11001100 | 1010110 | 10110 | 0 | 111010 | 10100 | 1010010 | 110110 | 111001 |
Color Harmonies of #A0CC56
Complementary color
Monochromatic Colors of #A0CC56
Black with #A0CC56
Text Example
Text Example
White with #A0CC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CC56; }
p { color: rgb(160,204,86); }
H1.HeaderClassName
{
color: #A0CC56;
}
.AnyTagClassName
{
color: #A0CC56;
}
</style>
background-color css
<style>
a { background-color: #A0CC56; }
a { background-color: rgb(160,204,86); }
div.DivClassName
{
background-color: #A0CC56;
}
.BgClassName
{
background-color: #A0CC56;
}
</style>
border-color css
<style>
span { border-color: #A0CC56; }
span { border-color: rgb(160,204,86); }
td.TdClassName
{
border-color: #A0CC56;
}
.TagClassName
{
border-color: #A0CC56;
}
</style>