Shades of Conifer #ACF157
Tints of Conifer #ACF157
RGB
CMYK
RGB Variations
Color information
#ACF157 (or 0xACF157) is known color: Conifer. HEX triplet: AC, F1 and 57. RGB value is (172,241,87). Sum of RGB (Red+Green+Blue) = 172+241+87=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 87 (34.38% from 255 or 17.4% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF157 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF157 is #530EA8. Grayscale: #CBCBCB. Windows color (decimal): -5443241 or 5763500. OLE color: 5763500.
HSL color Cylindrical-coordinate representation of color #ACF157: hue angle of 86.88º 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 #ACF157 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 87 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.05 |
| HSL | 86.88º | 0.85% | 0.64% | - |
| HSV(B) | 86.88º | 0.64% | 0.95% | - |
| XYZ | 50.19 | 72.37 | 20.34 | - |
| YUV | 202.81 | 62.64 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 87 | 0.29 | 0 | 0.64 | 0.05 | 86.88 | 0.85 | 0.64 |
| Hex | AC | F1 | 57 | 1D | 0 | 40 | 5 | 57 | 55 | 40 |
| Octal | 254 | 361 | 127 | 35 | 0 | 100 | 5 | 127 | 125 | 100 |
| Binary | 10101100 | 11110001 | 1010111 | 11101 | 0 | 1000000 | 101 | 1010111 | 1010101 | 1000000 |
Color Harmonies of #ACF157
Complementary color
Monochromatic Colors of #ACF157
Black with #ACF157
Text Example
Text Example
White with #ACF157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF157; }
p { color: rgb(172,241,87); }
H1.HeaderClassName
{
color: #ACF157;
}
.AnyTagClassName
{
color: #ACF157;
}
</style>
background-color css
<style>
a { background-color: #ACF157; }
a { background-color: rgb(172,241,87); }
div.DivClassName
{
background-color: #ACF157;
}
.BgClassName
{
background-color: #ACF157;
}
</style>
border-color css
<style>
span { border-color: #ACF157; }
span { border-color: rgb(172,241,87); }
td.TdClassName
{
border-color: #ACF157;
}
.TagClassName
{
border-color: #ACF157;
}
</style>