Shades of Conifer #ACF056
Tints of Conifer #ACF056
RGB
CMYK
RGB Variations
Color information
#ACF056 (or 0xACF056) is known color: Conifer. HEX triplet: AC, F0 and 56. RGB value is (172,240,86). Sum of RGB (Red+Green+Blue) = 172+240+86=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 86 (33.98% from 255 or 17.27% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF056 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF056 is #530FA9. Grayscale: #CACACA. Windows color (decimal): -5443498 or 5697708. OLE color: 5697708.
HSL color Cylindrical-coordinate representation of color #ACF056: hue angle of 86.49º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACF056 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 86 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.06 |
| HSL | 86.49º | 0.84% | 0.64% | - |
| HSV(B) | 86.49º | 0.64% | 0.94% | - |
| XYZ | 49.85 | 71.76 | 20.03 | - |
| YUV | 202.11 | 62.47 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 86 | 0.28 | 0 | 0.64 | 0.06 | 86.49 | 0.84 | 0.64 |
| Hex | AC | F0 | 56 | 1C | 0 | 40 | 6 | 56 | 54 | 40 |
| Octal | 254 | 360 | 126 | 34 | 0 | 100 | 6 | 126 | 124 | 100 |
| Binary | 10101100 | 11110000 | 1010110 | 11100 | 0 | 1000000 | 110 | 1010110 | 1010100 | 1000000 |
Color Harmonies of #ACF056
Complementary color
Monochromatic Colors of #ACF056
Black with #ACF056
Text Example
Text Example
White with #ACF056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF056; }
p { color: rgb(172,240,86); }
H1.HeaderClassName
{
color: #ACF056;
}
.AnyTagClassName
{
color: #ACF056;
}
</style>
background-color css
<style>
a { background-color: #ACF056; }
a { background-color: rgb(172,240,86); }
div.DivClassName
{
background-color: #ACF056;
}
.BgClassName
{
background-color: #ACF056;
}
</style>
border-color css
<style>
span { border-color: #ACF056; }
span { border-color: rgb(172,240,86); }
td.TdClassName
{
border-color: #ACF056;
}
.TagClassName
{
border-color: #ACF056;
}
</style>