Shades of Conifer #ACD752
Tints of Conifer #ACD752
RGB
CMYK
RGB Variations
Color information
#ACD752 (or 0xACD752) is known color: Conifer. HEX triplet: AC, D7 and 52. RGB value is (172,215,82). Sum of RGB (Red+Green+Blue) = 172+215+82=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 215 (84.38% from 255 or 45.84% from 469); Blue value is 82 (32.42% from 255 or 17.48% from 469); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD752 is #5328AD. Grayscale: #BBBBBB. Windows color (decimal): -5449902 or 5429164. OLE color: 5429164.
HSL color Cylindrical-coordinate representation of color #ACD752: hue angle of 79.4º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACD752 is Cyan = 0.2, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 82 | - |
| CMYK | 0.2 | 0 | 0.62 | 0.16 |
| HSL | 79.4º | 0.62% | 0.58% | - |
| HSV(B) | 79.4º | 0.62% | 0.84% | - |
| XYZ | 42.84 | 57.98 | 16.92 | - |
| YUV | 186.98 | 68.75 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 82 | 0.2 | 0 | 0.62 | 0.16 | 79.4 | 0.62 | 0.58 |
| Hex | AC | D7 | 52 | 14 | 0 | 3E | 10 | 4F | 3E | 3A |
| Octal | 254 | 327 | 122 | 24 | 0 | 76 | 20 | 117 | 76 | 72 |
| Binary | 10101100 | 11010111 | 1010010 | 10100 | 0 | 111110 | 10000 | 1001111 | 111110 | 111010 |
Color Harmonies of #ACD752
Complementary color
Monochromatic Colors of #ACD752
Black with #ACD752
Text Example
Text Example
White with #ACD752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD752; }
p { color: rgb(172,215,82); }
H1.HeaderClassName
{
color: #ACD752;
}
.AnyTagClassName
{
color: #ACD752;
}
</style>
background-color css
<style>
a { background-color: #ACD752; }
a { background-color: rgb(172,215,82); }
div.DivClassName
{
background-color: #ACD752;
}
.BgClassName
{
background-color: #ACD752;
}
</style>
border-color css
<style>
span { border-color: #ACD752; }
span { border-color: rgb(172,215,82); }
td.TdClassName
{
border-color: #ACD752;
}
.TagClassName
{
border-color: #ACD752;
}
</style>