Shades of Conifer #A0C558
Tints of Conifer #A0C558
RGB
CMYK
RGB Variations
Color information
#A0C558 (or 0xA0C558) is known color: Conifer. HEX triplet: A0, C5 and 58. RGB value is (160,197,88). Sum of RGB (Red+Green+Blue) = 160+197+88=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 197 (77.34% from 255 or 44.27% from 445); Blue value is 88 (34.77% from 255 or 19.78% from 445); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C558 is #5F3AA7. Grayscale: #ADADAD. Windows color (decimal): -6240936 or 5817760. OLE color: 5817760.
HSL color Cylindrical-coordinate representation of color #A0C558: hue angle of 80.37º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0C558 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 197 | 88 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.23 |
| HSL | 80.37º | 0.48% | 0.56% | - |
| HSV(B) | 80.37º | 0.55% | 0.77% | - |
| XYZ | 36.22 | 48.11 | 16.61 | - |
| YUV | 173.51 | 79.74 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 88 | 0.19 | 0 | 0.55 | 0.23 | 80.37 | 0.48 | 0.56 |
| Hex | A0 | C5 | 58 | 13 | 0 | 37 | 17 | 50 | 30 | 38 |
| Octal | 240 | 305 | 130 | 23 | 0 | 67 | 27 | 120 | 60 | 70 |
| Binary | 10100000 | 11000101 | 1011000 | 10011 | 0 | 110111 | 10111 | 1010000 | 110000 | 111000 |
Color Harmonies of #A0C558
Complementary color
Monochromatic Colors of #A0C558
Black with #A0C558
Text Example
Text Example
White with #A0C558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C558; }
p { color: rgb(160,197,88); }
H1.HeaderClassName
{
color: #A0C558;
}
.AnyTagClassName
{
color: #A0C558;
}
</style>
background-color css
<style>
a { background-color: #A0C558; }
a { background-color: rgb(160,197,88); }
div.DivClassName
{
background-color: #A0C558;
}
.BgClassName
{
background-color: #A0C558;
}
</style>
border-color css
<style>
span { border-color: #A0C558; }
span { border-color: rgb(160,197,88); }
td.TdClassName
{
border-color: #A0C558;
}
.TagClassName
{
border-color: #A0C558;
}
</style>