Shades of Conifer #ACD152
Tints of Conifer #ACD152
RGB
CMYK
RGB Variations
Color information
#ACD152 (or 0xACD152) is known color: Conifer. HEX triplet: AC, D1 and 52. RGB value is (172,209,82). Sum of RGB (Red+Green+Blue) = 172+209+82=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 82 (32.42% from 255 or 17.71% from 463); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD152 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD152 is #532EAD. Grayscale: #B7B7B7. Windows color (decimal): -5451438 or 5427628. OLE color: 5427628.
HSL color Cylindrical-coordinate representation of color #ACD152: hue angle of 77.48º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACD152 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 82 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.18 |
| HSL | 77.48º | 0.58% | 0.57% | - |
| HSV(B) | 77.48º | 0.61% | 0.82% | - |
| XYZ | 41.34 | 54.98 | 16.42 | - |
| YUV | 183.46 | 70.74 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 82 | 0.18 | 0 | 0.61 | 0.18 | 77.48 | 0.58 | 0.57 |
| Hex | AC | D1 | 52 | 12 | 0 | 3D | 12 | 4D | 3A | 39 |
| Octal | 254 | 321 | 122 | 22 | 0 | 75 | 22 | 115 | 72 | 71 |
| Binary | 10101100 | 11010001 | 1010010 | 10010 | 0 | 111101 | 10010 | 1001101 | 111010 | 111001 |
Color Harmonies of #ACD152
Complementary color
Monochromatic Colors of #ACD152
Black with #ACD152
Text Example
Text Example
White with #ACD152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD152; }
p { color: rgb(172,209,82); }
H1.HeaderClassName
{
color: #ACD152;
}
.AnyTagClassName
{
color: #ACD152;
}
</style>
background-color css
<style>
a { background-color: #ACD152; }
a { background-color: rgb(172,209,82); }
div.DivClassName
{
background-color: #ACD152;
}
.BgClassName
{
background-color: #ACD152;
}
</style>
border-color css
<style>
span { border-color: #ACD152; }
span { border-color: rgb(172,209,82); }
td.TdClassName
{
border-color: #ACD152;
}
.TagClassName
{
border-color: #ACD152;
}
</style>