Shades of Conifer #ACF059
Tints of Conifer #ACF059
RGB
CMYK
RGB Variations
Color information
#ACF059 (or 0xACF059) is known color: Conifer. HEX triplet: AC, F0 and 59. RGB value is (172,240,89). Sum of RGB (Red+Green+Blue) = 172+240+89=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 240 (94.14% from 255 or 47.90% from 501); Blue value is 89 (35.16% from 255 or 17.76% from 501); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF059 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF059 is #530FA6. Grayscale: #CACACA. Windows color (decimal): -5443495 or 5894316. OLE color: 5894316.
HSL color Cylindrical-coordinate representation of color #ACF059: hue angle of 87.02º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACF059 is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 89 | - |
| CMYK | 0.28 | 0 | 0.63 | 0.06 |
| HSL | 87.02º | 0.83% | 0.65% | - |
| HSV(B) | 87.02º | 0.63% | 0.94% | - |
| XYZ | 49.98 | 71.81 | 20.68 | - |
| YUV | 202.45 | 63.97 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 89 | 0.28 | 0 | 0.63 | 0.06 | 87.02 | 0.83 | 0.65 |
| Hex | AC | F0 | 59 | 1C | 0 | 3F | 6 | 57 | 53 | 41 |
| Octal | 254 | 360 | 131 | 34 | 0 | 77 | 6 | 127 | 123 | 101 |
| Binary | 10101100 | 11110000 | 1011001 | 11100 | 0 | 111111 | 110 | 1010111 | 1010011 | 1000001 |
Color Harmonies of #ACF059
Complementary color
Monochromatic Colors of #ACF059
Black with #ACF059
Text Example
Text Example
White with #ACF059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF059; }
p { color: rgb(172,240,89); }
H1.HeaderClassName
{
color: #ACF059;
}
.AnyTagClassName
{
color: #ACF059;
}
</style>
background-color css
<style>
a { background-color: #ACF059; }
a { background-color: rgb(172,240,89); }
div.DivClassName
{
background-color: #ACF059;
}
.BgClassName
{
background-color: #ACF059;
}
</style>
border-color css
<style>
span { border-color: #ACF059; }
span { border-color: rgb(172,240,89); }
td.TdClassName
{
border-color: #ACF059;
}
.TagClassName
{
border-color: #ACF059;
}
</style>