Shades of Conifer #ACF561
Tints of Conifer #ACF561
RGB
CMYK
RGB Variations
Color information
#ACF561 (or 0xACF561) is known color: Conifer. HEX triplet: AC, F5 and 61. RGB value is (172,245,97). Sum of RGB (Red+Green+Blue) = 172+245+97=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 245 (96.09% from 255 or 47.67% from 514); Blue value is 97 (38.28% from 255 or 18.87% from 514); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF561 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF561 is #530A9E. Grayscale: #CECECE. Windows color (decimal): -5442207 or 6419884. OLE color: 6419884.
HSL color Cylindrical-coordinate representation of color #ACF561: hue angle of 89.59º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACF561 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 97 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.04 |
| HSL | 89.59º | 0.88% | 0.67% | - |
| HSV(B) | 89.59º | 0.6% | 0.96% | - |
| XYZ | 51.82 | 74.94 | 23.04 | - |
| YUV | 206.3 | 66.32 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 97 | 0.30 | 0 | 0.60 | 0.04 | 89.59 | 0.88 | 0.67 |
| Hex | AC | F5 | 61 | 1E | 0 | 3C | 4 | 5A | 58 | 43 |
| Octal | 254 | 365 | 141 | 36 | 0 | 74 | 4 | 132 | 130 | 103 |
| Binary | 10101100 | 11110101 | 1100001 | 11110 | 0 | 111100 | 100 | 1011010 | 1011000 | 1000011 |
Color Harmonies of #ACF561
Complementary color
Monochromatic Colors of #ACF561
Black with #ACF561
Text Example
Text Example
White with #ACF561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF561; }
p { color: rgb(172,245,97); }
H1.HeaderClassName
{
color: #ACF561;
}
.AnyTagClassName
{
color: #ACF561;
}
</style>
background-color css
<style>
a { background-color: #ACF561; }
a { background-color: rgb(172,245,97); }
div.DivClassName
{
background-color: #ACF561;
}
.BgClassName
{
background-color: #ACF561;
}
</style>
border-color css
<style>
span { border-color: #ACF561; }
span { border-color: rgb(172,245,97); }
td.TdClassName
{
border-color: #ACF561;
}
.TagClassName
{
border-color: #ACF561;
}
</style>