Shades of Conifer #ACF549
Tints of Conifer #ACF549
RGB
CMYK
RGB Variations
Color information
#ACF549 (or 0xACF549) is known color: Conifer. HEX triplet: AC, F5 and 49. RGB value is (172,245,73). Sum of RGB (Red+Green+Blue) = 172+245+73=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 245 (96.09% from 255 or 50% from 490); Blue value is 73 (28.91% from 255 or 14.90% from 490); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF549 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF549 is #530AB6. Grayscale: #CCCCCC. Windows color (decimal): -5442231 or 4847020. OLE color: 4847020.
HSL color Cylindrical-coordinate representation of color #ACF549: hue angle of 85.47º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACF549 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 73 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.04 |
| HSL | 85.47º | 0.9% | 0.62% | - |
| HSV(B) | 85.47º | 0.7% | 0.96% | - |
| XYZ | 50.87 | 74.56 | 18.01 | - |
| YUV | 203.57 | 54.32 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 73 | 0.30 | 0 | 0.70 | 0.04 | 85.47 | 0.9 | 0.62 |
| Hex | AC | F5 | 49 | 1E | 0 | 46 | 4 | 55 | 5A | 3E |
| Octal | 254 | 365 | 111 | 36 | 0 | 106 | 4 | 125 | 132 | 76 |
| Binary | 10101100 | 11110101 | 1001001 | 11110 | 0 | 1000110 | 100 | 1010101 | 1011010 | 111110 |
Color Harmonies of #ACF549
Complementary color
Monochromatic Colors of #ACF549
Black with #ACF549
Text Example
Text Example
White with #ACF549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF549; }
p { color: rgb(172,245,73); }
H1.HeaderClassName
{
color: #ACF549;
}
.AnyTagClassName
{
color: #ACF549;
}
</style>
background-color css
<style>
a { background-color: #ACF549; }
a { background-color: rgb(172,245,73); }
div.DivClassName
{
background-color: #ACF549;
}
.BgClassName
{
background-color: #ACF549;
}
</style>
border-color css
<style>
span { border-color: #ACF549; }
span { border-color: rgb(172,245,73); }
td.TdClassName
{
border-color: #ACF549;
}
.TagClassName
{
border-color: #ACF549;
}
</style>