Shades of Conifer #ACD852
Tints of Conifer #ACD852
RGB
CMYK
RGB Variations
Color information
#ACD852 (or 0xACD852) is known color: Conifer. HEX triplet: AC, D8 and 52. RGB value is (172,216,82). Sum of RGB (Red+Green+Blue) = 172+216+82=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 82 (32.42% from 255 or 17.45% from 470); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD852 is #5327AD. Grayscale: #BCBCBC. Windows color (decimal): -5449646 or 5429420. OLE color: 5429420.
HSL color Cylindrical-coordinate representation of color #ACD852: hue angle of 79.7º 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 #ACD852 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 82 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.15 |
| HSL | 79.7º | 0.63% | 0.58% | - |
| HSV(B) | 79.7º | 0.62% | 0.85% | - |
| XYZ | 43.09 | 58.49 | 17 | - |
| YUV | 187.57 | 68.42 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 82 | 0.20 | 0 | 0.62 | 0.15 | 79.7 | 0.63 | 0.58 |
| Hex | AC | D8 | 52 | 14 | 0 | 3E | F | 50 | 3F | 3A |
| Octal | 254 | 330 | 122 | 24 | 0 | 76 | 17 | 120 | 77 | 72 |
| Binary | 10101100 | 11011000 | 1010010 | 10100 | 0 | 111110 | 1111 | 1010000 | 111111 | 111010 |
Color Harmonies of #ACD852
Complementary color
Monochromatic Colors of #ACD852
Black with #ACD852
Text Example
Text Example
White with #ACD852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD852; }
p { color: rgb(172,216,82); }
H1.HeaderClassName
{
color: #ACD852;
}
.AnyTagClassName
{
color: #ACD852;
}
</style>
background-color css
<style>
a { background-color: #ACD852; }
a { background-color: rgb(172,216,82); }
div.DivClassName
{
background-color: #ACD852;
}
.BgClassName
{
background-color: #ACD852;
}
</style>
border-color css
<style>
span { border-color: #ACD852; }
span { border-color: rgb(172,216,82); }
td.TdClassName
{
border-color: #ACD852;
}
.TagClassName
{
border-color: #ACD852;
}
</style>