Shades of Conifer #A0D85C
Tints of Conifer #A0D85C
RGB
CMYK
RGB Variations
Color information
#A0D85C (or 0xA0D85C) is known color: Conifer. HEX triplet: A0, D8 and 5C. RGB value is (160,216,92). Sum of RGB (Red+Green+Blue) = 160+216+92=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 216 (84.77% from 255 or 46.15% from 468); Blue value is 92 (36.33% from 255 or 19.66% from 468); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D85C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D85C is #5F27A3. Grayscale: #B9B9B9. Windows color (decimal): -6236068 or 6084768. OLE color: 6084768.
HSL color Cylindrical-coordinate representation of color #A0D85C: hue angle of 87.1º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0D85C is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 216 | 92 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.15 |
| HSL | 87.1º | 0.61% | 0.6% | - |
| HSV(B) | 87.1º | 0.57% | 0.85% | - |
| XYZ | 40.98 | 57.36 | 19.04 | - |
| YUV | 185.12 | 75.45 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 92 | 0.26 | 0 | 0.57 | 0.15 | 87.1 | 0.61 | 0.6 |
| Hex | A0 | D8 | 5C | 1A | 0 | 39 | F | 57 | 3D | 3C |
| Octal | 240 | 330 | 134 | 32 | 0 | 71 | 17 | 127 | 75 | 74 |
| Binary | 10100000 | 11011000 | 1011100 | 11010 | 0 | 111001 | 1111 | 1010111 | 111101 | 111100 |
Color Harmonies of #A0D85C
Complementary color
Monochromatic Colors of #A0D85C
Black with #A0D85C
Text Example
Text Example
White with #A0D85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D85C; }
p { color: rgb(160,216,92); }
H1.HeaderClassName
{
color: #A0D85C;
}
.AnyTagClassName
{
color: #A0D85C;
}
</style>
background-color css
<style>
a { background-color: #A0D85C; }
a { background-color: rgb(160,216,92); }
div.DivClassName
{
background-color: #A0D85C;
}
.BgClassName
{
background-color: #A0D85C;
}
</style>
border-color css
<style>
span { border-color: #A0D85C; }
span { border-color: rgb(160,216,92); }
td.TdClassName
{
border-color: #A0D85C;
}
.TagClassName
{
border-color: #A0D85C;
}
</style>