Shades of Conifer #ACF149
Tints of Conifer #ACF149
RGB
CMYK
RGB Variations
Color information
#ACF149 (or 0xACF149) is known color: Conifer. HEX triplet: AC, F1 and 49. RGB value is (172,241,73). Sum of RGB (Red+Green+Blue) = 172+241+73=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 241 (94.53% from 255 or 49.59% from 486); Blue value is 73 (28.91% from 255 or 15.02% from 486); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF149 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF149 is #530EB6. Grayscale: #C9C9C9. Windows color (decimal): -5443255 or 4845996. OLE color: 4845996.
HSL color Cylindrical-coordinate representation of color #ACF149: hue angle of 84.64º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACF149 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 73 | - |
| CMYK | 0.29 | 0 | 0.70 | 0.05 |
| HSL | 84.64º | 0.86% | 0.62% | - |
| HSV(B) | 84.64º | 0.7% | 0.95% | - |
| XYZ | 49.67 | 72.16 | 17.61 | - |
| YUV | 201.22 | 55.64 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 73 | 0.29 | 0 | 0.70 | 0.05 | 84.64 | 0.86 | 0.62 |
| Hex | AC | F1 | 49 | 1D | 0 | 46 | 5 | 55 | 56 | 3E |
| Octal | 254 | 361 | 111 | 35 | 0 | 106 | 5 | 125 | 126 | 76 |
| Binary | 10101100 | 11110001 | 1001001 | 11101 | 0 | 1000110 | 101 | 1010101 | 1010110 | 111110 |
Color Harmonies of #ACF149
Complementary color
Monochromatic Colors of #ACF149
Black with #ACF149
Text Example
Text Example
White with #ACF149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF149; }
p { color: rgb(172,241,73); }
H1.HeaderClassName
{
color: #ACF149;
}
.AnyTagClassName
{
color: #ACF149;
}
</style>
background-color css
<style>
a { background-color: #ACF149; }
a { background-color: rgb(172,241,73); }
div.DivClassName
{
background-color: #ACF149;
}
.BgClassName
{
background-color: #ACF149;
}
</style>
border-color css
<style>
span { border-color: #ACF149; }
span { border-color: rgb(172,241,73); }
td.TdClassName
{
border-color: #ACF149;
}
.TagClassName
{
border-color: #ACF149;
}
</style>