Shades of Conifer #ACF352
Tints of Conifer #ACF352
RGB
CMYK
RGB Variations
Color information
#ACF352 (or 0xACF352) is known color: Conifer. HEX triplet: AC, F3 and 52. RGB value is (172,243,82). Sum of RGB (Red+Green+Blue) = 172+243+82=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 243 (95.31% from 255 or 48.89% from 497); Blue value is 82 (32.42% from 255 or 16.50% from 497); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF352 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF352 is #530CAD. Grayscale: #CBCBCB. Windows color (decimal): -5442734 or 5436332. OLE color: 5436332.
HSL color Cylindrical-coordinate representation of color #ACF352: hue angle of 86.46º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACF352 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 82 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.05 |
| HSL | 86.46º | 0.87% | 0.64% | - |
| HSV(B) | 86.46º | 0.66% | 0.95% | - |
| XYZ | 50.59 | 73.48 | 19.5 | - |
| YUV | 203.42 | 59.48 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 82 | 0.29 | 0 | 0.66 | 0.05 | 86.46 | 0.87 | 0.64 |
| Hex | AC | F3 | 52 | 1D | 0 | 42 | 5 | 56 | 57 | 40 |
| Octal | 254 | 363 | 122 | 35 | 0 | 102 | 5 | 126 | 127 | 100 |
| Binary | 10101100 | 11110011 | 1010010 | 11101 | 0 | 1000010 | 101 | 1010110 | 1010111 | 1000000 |
Color Harmonies of #ACF352
Complementary color
Monochromatic Colors of #ACF352
Black with #ACF352
Text Example
Text Example
White with #ACF352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF352; }
p { color: rgb(172,243,82); }
H1.HeaderClassName
{
color: #ACF352;
}
.AnyTagClassName
{
color: #ACF352;
}
</style>
background-color css
<style>
a { background-color: #ACF352; }
a { background-color: rgb(172,243,82); }
div.DivClassName
{
background-color: #ACF352;
}
.BgClassName
{
background-color: #ACF352;
}
</style>
border-color css
<style>
span { border-color: #ACF352; }
span { border-color: rgb(172,243,82); }
td.TdClassName
{
border-color: #ACF352;
}
.TagClassName
{
border-color: #ACF352;
}
</style>