Shades of Conifer #ACD256
Tints of Conifer #ACD256
RGB
CMYK
RGB Variations
Color information
#ACD256 (or 0xACD256) is known color: Conifer. HEX triplet: AC, D2 and 56. RGB value is (172,210,86). Sum of RGB (Red+Green+Blue) = 172+210+86=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 86 (33.98% from 255 or 18.38% from 468); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD256 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD256 is #532DA9. Grayscale: #B8B8B8. Windows color (decimal): -5451178 or 5690028. OLE color: 5690028.
HSL color Cylindrical-coordinate representation of color #ACD256: hue angle of 78.39º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACD256 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 86 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.18 |
| HSL | 78.39º | 0.58% | 0.58% | - |
| HSV(B) | 78.39º | 0.59% | 0.82% | - |
| XYZ | 41.74 | 55.54 | 17.32 | - |
| YUV | 184.5 | 72.41 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 86 | 0.18 | 0 | 0.59 | 0.18 | 78.39 | 0.58 | 0.58 |
| Hex | AC | D2 | 56 | 12 | 0 | 3B | 12 | 4E | 3A | 3A |
| Octal | 254 | 322 | 126 | 22 | 0 | 73 | 22 | 116 | 72 | 72 |
| Binary | 10101100 | 11010010 | 1010110 | 10010 | 0 | 111011 | 10010 | 1001110 | 111010 | 111010 |
Color Harmonies of #ACD256
Complementary color
Monochromatic Colors of #ACD256
Black with #ACD256
Text Example
Text Example
White with #ACD256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD256; }
p { color: rgb(172,210,86); }
H1.HeaderClassName
{
color: #ACD256;
}
.AnyTagClassName
{
color: #ACD256;
}
</style>
background-color css
<style>
a { background-color: #ACD256; }
a { background-color: rgb(172,210,86); }
div.DivClassName
{
background-color: #ACD256;
}
.BgClassName
{
background-color: #ACD256;
}
</style>
border-color css
<style>
span { border-color: #ACD256; }
span { border-color: rgb(172,210,86); }
td.TdClassName
{
border-color: #ACD256;
}
.TagClassName
{
border-color: #ACD256;
}
</style>