Shades of Conifer #ACF155
Tints of Conifer #ACF155
RGB
CMYK
RGB Variations
Color information
#ACF155 (or 0xACF155) is known color: Conifer. HEX triplet: AC, F1 and 55. RGB value is (172,241,85). Sum of RGB (Red+Green+Blue) = 172+241+85=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 85 (33.59% from 255 or 17.07% from 498); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF155 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF155 is #530EAA. Grayscale: #CBCBCB. Windows color (decimal): -5443243 or 5632428. OLE color: 5632428.
HSL color Cylindrical-coordinate representation of color #ACF155: hue angle of 86.54º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACF155 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 85 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.05 |
| HSL | 86.54º | 0.85% | 0.64% | - |
| HSV(B) | 86.54º | 0.65% | 0.95% | - |
| XYZ | 50.11 | 72.34 | 19.92 | - |
| YUV | 202.59 | 61.64 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 85 | 0.29 | 0 | 0.65 | 0.05 | 86.54 | 0.85 | 0.64 |
| Hex | AC | F1 | 55 | 1D | 0 | 41 | 5 | 57 | 55 | 40 |
| Octal | 254 | 361 | 125 | 35 | 0 | 101 | 5 | 127 | 125 | 100 |
| Binary | 10101100 | 11110001 | 1010101 | 11101 | 0 | 1000001 | 101 | 1010111 | 1010101 | 1000000 |
Color Harmonies of #ACF155
Complementary color
Monochromatic Colors of #ACF155
Black with #ACF155
Text Example
Text Example
White with #ACF155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF155; }
p { color: rgb(172,241,85); }
H1.HeaderClassName
{
color: #ACF155;
}
.AnyTagClassName
{
color: #ACF155;
}
</style>
background-color css
<style>
a { background-color: #ACF155; }
a { background-color: rgb(172,241,85); }
div.DivClassName
{
background-color: #ACF155;
}
.BgClassName
{
background-color: #ACF155;
}
</style>
border-color css
<style>
span { border-color: #ACF155; }
span { border-color: rgb(172,241,85); }
td.TdClassName
{
border-color: #ACF155;
}
.TagClassName
{
border-color: #ACF155;
}
</style>