Shades of Conifer #ACF156
Tints of Conifer #ACF156
RGB
CMYK
RGB Variations
Color information
#ACF156 (or 0xACF156) is known color: Conifer. HEX triplet: AC, F1 and 56. RGB value is (172,241,86). Sum of RGB (Red+Green+Blue) = 172+241+86=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 86 (33.98% from 255 or 17.23% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF156 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF156 is #530EA9. Grayscale: #CBCBCB. Windows color (decimal): -5443242 or 5697964. OLE color: 5697964.
HSL color Cylindrical-coordinate representation of color #ACF156: hue angle of 86.71º degrees, saturation: 0.85, 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 #ACF156 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 86 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.05 |
| HSL | 86.71º | 0.85% | 0.64% | - |
| HSV(B) | 86.71º | 0.64% | 0.95% | - |
| XYZ | 50.15 | 72.35 | 20.13 | - |
| YUV | 202.7 | 62.14 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 86 | 0.29 | 0 | 0.64 | 0.05 | 86.71 | 0.85 | 0.64 |
| Hex | AC | F1 | 56 | 1D | 0 | 40 | 5 | 57 | 55 | 40 |
| Octal | 254 | 361 | 126 | 35 | 0 | 100 | 5 | 127 | 125 | 100 |
| Binary | 10101100 | 11110001 | 1010110 | 11101 | 0 | 1000000 | 101 | 1010111 | 1010101 | 1000000 |
Color Harmonies of #ACF156
Complementary color
Monochromatic Colors of #ACF156
Black with #ACF156
Text Example
Text Example
White with #ACF156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF156; }
p { color: rgb(172,241,86); }
H1.HeaderClassName
{
color: #ACF156;
}
.AnyTagClassName
{
color: #ACF156;
}
</style>
background-color css
<style>
a { background-color: #ACF156; }
a { background-color: rgb(172,241,86); }
div.DivClassName
{
background-color: #ACF156;
}
.BgClassName
{
background-color: #ACF156;
}
</style>
border-color css
<style>
span { border-color: #ACF156; }
span { border-color: rgb(172,241,86); }
td.TdClassName
{
border-color: #ACF156;
}
.TagClassName
{
border-color: #ACF156;
}
</style>