Shades of Conifer #A0D852
Tints of Conifer #A0D852
RGB
CMYK
RGB Variations
Color information
#A0D852 (or 0xA0D852) is known color: Conifer. HEX triplet: A0, D8 and 52. RGB value is (160,216,82). Sum of RGB (Red+Green+Blue) = 160+216+82=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 216 (84.77% from 255 or 47.16% from 458); Blue value is 82 (32.42% from 255 or 17.90% from 458); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D852 is #5F27AD. Grayscale: #B8B8B8. Windows color (decimal): -6236078 or 5429408. OLE color: 5429408.
HSL color Cylindrical-coordinate representation of color #A0D852: hue angle of 85.07º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0D852 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 216 | 82 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.15 |
| HSL | 85.07º | 0.63% | 0.58% | - |
| HSV(B) | 85.07º | 0.62% | 0.85% | - |
| XYZ | 40.58 | 57.19 | 16.88 | - |
| YUV | 183.98 | 70.45 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 82 | 0.26 | 0 | 0.62 | 0.15 | 85.07 | 0.63 | 0.58 |
| Hex | A0 | D8 | 52 | 1A | 0 | 3E | F | 55 | 3F | 3A |
| Octal | 240 | 330 | 122 | 32 | 0 | 76 | 17 | 125 | 77 | 72 |
| Binary | 10100000 | 11011000 | 1010010 | 11010 | 0 | 111110 | 1111 | 1010101 | 111111 | 111010 |
Color Harmonies of #A0D852
Complementary color
Monochromatic Colors of #A0D852
Black with #A0D852
Text Example
Text Example
White with #A0D852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D852; }
p { color: rgb(160,216,82); }
H1.HeaderClassName
{
color: #A0D852;
}
.AnyTagClassName
{
color: #A0D852;
}
</style>
background-color css
<style>
a { background-color: #A0D852; }
a { background-color: rgb(160,216,82); }
div.DivClassName
{
background-color: #A0D852;
}
.BgClassName
{
background-color: #A0D852;
}
</style>
border-color css
<style>
span { border-color: #A0D852; }
span { border-color: rgb(160,216,82); }
td.TdClassName
{
border-color: #A0D852;
}
.TagClassName
{
border-color: #A0D852;
}
</style>