Shades of Conifer #ACF045
Tints of Conifer #ACF045
RGB
CMYK
RGB Variations
Color information
#ACF045 (or 0xACF045) is known color: Conifer. HEX triplet: AC, F0 and 45. RGB value is (172,240,69). Sum of RGB (Red+Green+Blue) = 172+240+69=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 240 (94.14% from 255 or 49.90% from 481); Blue value is 69 (27.34% from 255 or 14.35% from 481); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF045 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF045 is #530FBA. Grayscale: #C8C8C8. Windows color (decimal): -5443515 or 4583596. OLE color: 4583596.
HSL color Cylindrical-coordinate representation of color #ACF045: hue angle of 83.86º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACF045 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 69 | - |
| CMYK | 0.28 | 0 | 0.71 | 0.06 |
| HSL | 83.86º | 0.85% | 0.61% | - |
| HSV(B) | 83.86º | 0.71% | 0.94% | - |
| XYZ | 49.25 | 71.52 | 16.84 | - |
| YUV | 200.17 | 53.97 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 69 | 0.28 | 0 | 0.71 | 0.06 | 83.86 | 0.85 | 0.61 |
| Hex | AC | F0 | 45 | 1C | 0 | 47 | 6 | 54 | 55 | 3D |
| Octal | 254 | 360 | 105 | 34 | 0 | 107 | 6 | 124 | 125 | 75 |
| Binary | 10101100 | 11110000 | 1000101 | 11100 | 0 | 1000111 | 110 | 1010100 | 1010101 | 111101 |
Color Harmonies of #ACF045
Complementary color
Monochromatic Colors of #ACF045
Black with #ACF045
Text Example
Text Example
White with #ACF045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF045; }
p { color: rgb(172,240,69); }
H1.HeaderClassName
{
color: #ACF045;
}
.AnyTagClassName
{
color: #ACF045;
}
</style>
background-color css
<style>
a { background-color: #ACF045; }
a { background-color: rgb(172,240,69); }
div.DivClassName
{
background-color: #ACF045;
}
.BgClassName
{
background-color: #ACF045;
}
</style>
border-color css
<style>
span { border-color: #ACF045; }
span { border-color: rgb(172,240,69); }
td.TdClassName
{
border-color: #ACF045;
}
.TagClassName
{
border-color: #ACF045;
}
</style>