Shades of Conifer #ACF053
Tints of Conifer #ACF053
RGB
CMYK
RGB Variations
Color information
#ACF053 (or 0xACF053) is known color: Conifer. HEX triplet: AC, F0 and 53. RGB value is (172,240,83). Sum of RGB (Red+Green+Blue) = 172+240+83=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 83 (32.81% from 255 or 16.77% from 495); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF053 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF053 is #530FAC. Grayscale: #CACACA. Windows color (decimal): -5443501 or 5501100. OLE color: 5501100.
HSL color Cylindrical-coordinate representation of color #ACF053: hue angle of 85.99º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACF053 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 83 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.06 |
| HSL | 85.99º | 0.84% | 0.63% | - |
| HSV(B) | 85.99º | 0.65% | 0.94% | - |
| XYZ | 49.73 | 71.72 | 19.4 | - |
| YUV | 201.77 | 60.97 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 83 | 0.28 | 0 | 0.65 | 0.06 | 85.99 | 0.84 | 0.63 |
| Hex | AC | F0 | 53 | 1C | 0 | 41 | 6 | 56 | 54 | 3F |
| Octal | 254 | 360 | 123 | 34 | 0 | 101 | 6 | 126 | 124 | 77 |
| Binary | 10101100 | 11110000 | 1010011 | 11100 | 0 | 1000001 | 110 | 1010110 | 1010100 | 111111 |
Color Harmonies of #ACF053
Complementary color
Monochromatic Colors of #ACF053
Black with #ACF053
Text Example
Text Example
White with #ACF053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF053; }
p { color: rgb(172,240,83); }
H1.HeaderClassName
{
color: #ACF053;
}
.AnyTagClassName
{
color: #ACF053;
}
</style>
background-color css
<style>
a { background-color: #ACF053; }
a { background-color: rgb(172,240,83); }
div.DivClassName
{
background-color: #ACF053;
}
.BgClassName
{
background-color: #ACF053;
}
</style>
border-color css
<style>
span { border-color: #ACF053; }
span { border-color: rgb(172,240,83); }
td.TdClassName
{
border-color: #ACF053;
}
.TagClassName
{
border-color: #ACF053;
}
</style>