Shades of Conifer #ACF052
Tints of Conifer #ACF052
RGB
CMYK
RGB Variations
Color information
#ACF052 (or 0xACF052) is known color: Conifer. HEX triplet: AC, F0 and 52. RGB value is (172,240,82). Sum of RGB (Red+Green+Blue) = 172+240+82=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 240 (94.14% from 255 or 48.58% from 494); Blue value is 82 (32.42% from 255 or 16.60% from 494); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF052 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF052 is #530FAD. Grayscale: #CACACA. Windows color (decimal): -5443502 or 5435564. OLE color: 5435564.
HSL color Cylindrical-coordinate representation of color #ACF052: hue angle of 85.82º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACF052 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 82 | - |
| CMYK | 0.28 | 0 | 0.66 | 0.06 |
| HSL | 85.82º | 0.84% | 0.63% | - |
| HSV(B) | 85.82º | 0.66% | 0.94% | - |
| XYZ | 49.7 | 71.7 | 19.2 | - |
| YUV | 201.66 | 60.47 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 82 | 0.28 | 0 | 0.66 | 0.06 | 85.82 | 0.84 | 0.63 |
| Hex | AC | F0 | 52 | 1C | 0 | 42 | 6 | 56 | 54 | 3F |
| Octal | 254 | 360 | 122 | 34 | 0 | 102 | 6 | 126 | 124 | 77 |
| Binary | 10101100 | 11110000 | 1010010 | 11100 | 0 | 1000010 | 110 | 1010110 | 1010100 | 111111 |
Color Harmonies of #ACF052
Complementary color
Monochromatic Colors of #ACF052
Black with #ACF052
Text Example
Text Example
White with #ACF052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF052; }
p { color: rgb(172,240,82); }
H1.HeaderClassName
{
color: #ACF052;
}
.AnyTagClassName
{
color: #ACF052;
}
</style>
background-color css
<style>
a { background-color: #ACF052; }
a { background-color: rgb(172,240,82); }
div.DivClassName
{
background-color: #ACF052;
}
.BgClassName
{
background-color: #ACF052;
}
</style>
border-color css
<style>
span { border-color: #ACF052; }
span { border-color: rgb(172,240,82); }
td.TdClassName
{
border-color: #ACF052;
}
.TagClassName
{
border-color: #ACF052;
}
</style>