Shades of Conifer #ACF256
Tints of Conifer #ACF256
RGB
CMYK
RGB Variations
Color information
#ACF256 (or 0xACF256) is known color: Conifer. HEX triplet: AC, F2 and 56. RGB value is (172,242,86). Sum of RGB (Red+Green+Blue) = 172+242+86=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 86 (33.98% from 255 or 17.2% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF256 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF256 is #530DA9. Grayscale: #CBCBCB. Windows color (decimal): -5442986 or 5698220. OLE color: 5698220.
HSL color Cylindrical-coordinate representation of color #ACF256: hue angle of 86.92º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACF256 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 86 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.05 |
| HSL | 86.92º | 0.86% | 0.64% | - |
| HSV(B) | 86.92º | 0.64% | 0.95% | - |
| XYZ | 50.45 | 72.95 | 20.23 | - |
| YUV | 203.29 | 61.81 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 86 | 0.29 | 0 | 0.64 | 0.05 | 86.92 | 0.86 | 0.64 |
| Hex | AC | F2 | 56 | 1D | 0 | 40 | 5 | 57 | 56 | 40 |
| Octal | 254 | 362 | 126 | 35 | 0 | 100 | 5 | 127 | 126 | 100 |
| Binary | 10101100 | 11110010 | 1010110 | 11101 | 0 | 1000000 | 101 | 1010111 | 1010110 | 1000000 |
Color Harmonies of #ACF256
Complementary color
Monochromatic Colors of #ACF256
Black with #ACF256
Text Example
Text Example
White with #ACF256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF256; }
p { color: rgb(172,242,86); }
H1.HeaderClassName
{
color: #ACF256;
}
.AnyTagClassName
{
color: #ACF256;
}
</style>
background-color css
<style>
a { background-color: #ACF256; }
a { background-color: rgb(172,242,86); }
div.DivClassName
{
background-color: #ACF256;
}
.BgClassName
{
background-color: #ACF256;
}
</style>
border-color css
<style>
span { border-color: #ACF256; }
span { border-color: rgb(172,242,86); }
td.TdClassName
{
border-color: #ACF256;
}
.TagClassName
{
border-color: #ACF256;
}
</style>