Shades of Conifer #ACF159
Tints of Conifer #ACF159
RGB
CMYK
RGB Variations
Color information
#ACF159 (or 0xACF159) is known color: Conifer. HEX triplet: AC, F1 and 59. RGB value is (172,241,89). Sum of RGB (Red+Green+Blue) = 172+241+89=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 241 (94.53% from 255 or 48.01% from 502); Blue value is 89 (35.16% from 255 or 17.73% from 502); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF159 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF159 is #530EA6. Grayscale: #CBCBCB. Windows color (decimal): -5443239 or 5894572. OLE color: 5894572.
HSL color Cylindrical-coordinate representation of color #ACF159: hue angle of 87.24º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACF159 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 89 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.05 |
| HSL | 87.24º | 0.84% | 0.65% | - |
| HSV(B) | 87.24º | 0.63% | 0.95% | - |
| XYZ | 50.27 | 72.4 | 20.78 | - |
| YUV | 203.04 | 63.64 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 89 | 0.29 | 0 | 0.63 | 0.05 | 87.24 | 0.84 | 0.65 |
| Hex | AC | F1 | 59 | 1D | 0 | 3F | 5 | 57 | 54 | 41 |
| Octal | 254 | 361 | 131 | 35 | 0 | 77 | 5 | 127 | 124 | 101 |
| Binary | 10101100 | 11110001 | 1011001 | 11101 | 0 | 111111 | 101 | 1010111 | 1010100 | 1000001 |
Color Harmonies of #ACF159
Complementary color
Monochromatic Colors of #ACF159
Black with #ACF159
Text Example
Text Example
White with #ACF159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF159; }
p { color: rgb(172,241,89); }
H1.HeaderClassName
{
color: #ACF159;
}
.AnyTagClassName
{
color: #ACF159;
}
</style>
background-color css
<style>
a { background-color: #ACF159; }
a { background-color: rgb(172,241,89); }
div.DivClassName
{
background-color: #ACF159;
}
.BgClassName
{
background-color: #ACF159;
}
</style>
border-color css
<style>
span { border-color: #ACF159; }
span { border-color: rgb(172,241,89); }
td.TdClassName
{
border-color: #ACF159;
}
.TagClassName
{
border-color: #ACF159;
}
</style>