Shades of Conifer #A0C557
Tints of Conifer #A0C557
RGB
CMYK
RGB Variations
Color information
#A0C557 (or 0xA0C557) is known color: Conifer. HEX triplet: A0, C5 and 57. RGB value is (160,197,87). Sum of RGB (Red+Green+Blue) = 160+197+87=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 197 (77.34% from 255 or 44.37% from 444); Blue value is 87 (34.38% from 255 or 19.59% from 444); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C557 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C557 is #5F3AA8. Grayscale: #ADADAD. Windows color (decimal): -6240937 or 5752224. OLE color: 5752224.
HSL color Cylindrical-coordinate representation of color #A0C557: hue angle of 80.18º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0C557 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 197 | 87 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.23 |
| HSL | 80.18º | 0.49% | 0.56% | - |
| HSV(B) | 80.18º | 0.56% | 0.77% | - |
| XYZ | 36.18 | 48.09 | 16.39 | - |
| YUV | 173.4 | 79.24 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 87 | 0.19 | 0 | 0.56 | 0.23 | 80.18 | 0.49 | 0.56 |
| Hex | A0 | C5 | 57 | 13 | 0 | 38 | 17 | 50 | 31 | 38 |
| Octal | 240 | 305 | 127 | 23 | 0 | 70 | 27 | 120 | 61 | 70 |
| Binary | 10100000 | 11000101 | 1010111 | 10011 | 0 | 111000 | 10111 | 1010000 | 110001 | 111000 |
Color Harmonies of #A0C557
Complementary color
Monochromatic Colors of #A0C557
Black with #A0C557
Text Example
Text Example
White with #A0C557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C557; }
p { color: rgb(160,197,87); }
H1.HeaderClassName
{
color: #A0C557;
}
.AnyTagClassName
{
color: #A0C557;
}
</style>
background-color css
<style>
a { background-color: #A0C557; }
a { background-color: rgb(160,197,87); }
div.DivClassName
{
background-color: #A0C557;
}
.BgClassName
{
background-color: #A0C557;
}
</style>
border-color css
<style>
span { border-color: #A0C557; }
span { border-color: rgb(160,197,87); }
td.TdClassName
{
border-color: #A0C557;
}
.TagClassName
{
border-color: #A0C557;
}
</style>