Shades of Conifer #ACF349
Tints of Conifer #ACF349
RGB
CMYK
RGB Variations
Color information
#ACF349 (or 0xACF349) is known color: Conifer. HEX triplet: AC, F3 and 49. RGB value is (172,243,73). Sum of RGB (Red+Green+Blue) = 172+243+73=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 243 (95.31% from 255 or 49.80% from 488); Blue value is 73 (28.91% from 255 or 14.96% from 488); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF349 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF349 is #530CB6. Grayscale: #CBCBCB. Windows color (decimal): -5442743 or 4846508. OLE color: 4846508.
HSL color Cylindrical-coordinate representation of color #ACF349: hue angle of 85.06º degrees, saturation: 0.88, 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 #ACF349 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 73 | - |
| CMYK | 0.29 | 0 | 0.70 | 0.05 |
| HSL | 85.06º | 0.88% | 0.62% | - |
| HSV(B) | 85.06º | 0.7% | 0.95% | - |
| XYZ | 50.27 | 73.35 | 17.81 | - |
| YUV | 202.39 | 54.98 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 73 | 0.29 | 0 | 0.70 | 0.05 | 85.06 | 0.88 | 0.62 |
| Hex | AC | F3 | 49 | 1D | 0 | 46 | 5 | 55 | 58 | 3E |
| Octal | 254 | 363 | 111 | 35 | 0 | 106 | 5 | 125 | 130 | 76 |
| Binary | 10101100 | 11110011 | 1001001 | 11101 | 0 | 1000110 | 101 | 1010101 | 1011000 | 111110 |
Color Harmonies of #ACF349
Complementary color
Monochromatic Colors of #ACF349
Black with #ACF349
Text Example
Text Example
White with #ACF349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF349; }
p { color: rgb(172,243,73); }
H1.HeaderClassName
{
color: #ACF349;
}
.AnyTagClassName
{
color: #ACF349;
}
</style>
background-color css
<style>
a { background-color: #ACF349; }
a { background-color: rgb(172,243,73); }
div.DivClassName
{
background-color: #ACF349;
}
.BgClassName
{
background-color: #ACF349;
}
</style>
border-color css
<style>
span { border-color: #ACF349; }
span { border-color: rgb(172,243,73); }
td.TdClassName
{
border-color: #ACF349;
}
.TagClassName
{
border-color: #ACF349;
}
</style>