Shades of Conifer #A0D858
Tints of Conifer #A0D858
RGB
CMYK
RGB Variations
Color information
#A0D858 (or 0xA0D858) is known color: Conifer. HEX triplet: A0, D8 and 58. RGB value is (160,216,88). Sum of RGB (Red+Green+Blue) = 160+216+88=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 216 (84.77% from 255 or 46.55% from 464); Blue value is 88 (34.77% from 255 or 18.97% from 464); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D858 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D858 is #5F27A7. Grayscale: #B9B9B9. Windows color (decimal): -6236072 or 5822624. OLE color: 5822624.
HSL color Cylindrical-coordinate representation of color #A0D858: hue angle of 86.25º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0D858 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 216 | 88 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.15 |
| HSL | 86.25º | 0.62% | 0.6% | - |
| HSV(B) | 86.25º | 0.59% | 0.85% | - |
| XYZ | 40.81 | 57.29 | 18.14 | - |
| YUV | 184.66 | 73.45 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 88 | 0.26 | 0 | 0.59 | 0.15 | 86.25 | 0.62 | 0.6 |
| Hex | A0 | D8 | 58 | 1A | 0 | 3B | F | 56 | 3E | 3C |
| Octal | 240 | 330 | 130 | 32 | 0 | 73 | 17 | 126 | 76 | 74 |
| Binary | 10100000 | 11011000 | 1011000 | 11010 | 0 | 111011 | 1111 | 1010110 | 111110 | 111100 |
Color Harmonies of #A0D858
Complementary color
Monochromatic Colors of #A0D858
Black with #A0D858
Text Example
Text Example
White with #A0D858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D858; }
p { color: rgb(160,216,88); }
H1.HeaderClassName
{
color: #A0D858;
}
.AnyTagClassName
{
color: #A0D858;
}
</style>
background-color css
<style>
a { background-color: #A0D858; }
a { background-color: rgb(160,216,88); }
div.DivClassName
{
background-color: #A0D858;
}
.BgClassName
{
background-color: #A0D858;
}
</style>
border-color css
<style>
span { border-color: #A0D858; }
span { border-color: rgb(160,216,88); }
td.TdClassName
{
border-color: #A0D858;
}
.TagClassName
{
border-color: #A0D858;
}
</style>