Shades of Conifer #ACF562
Tints of Conifer #ACF562
RGB
CMYK
RGB Variations
Color information
#ACF562 (or 0xACF562) is known color: Conifer. HEX triplet: AC, F5 and 62. RGB value is (172,245,98). Sum of RGB (Red+Green+Blue) = 172+245+98=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 245 (96.09% from 255 or 47.57% from 515); Blue value is 98 (38.67% from 255 or 19.03% from 515); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF562 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF562 is #530A9D. Grayscale: #CECECE. Windows color (decimal): -5442206 or 6485420. OLE color: 6485420.
HSL color Cylindrical-coordinate representation of color #ACF562: hue angle of 89.8º 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 #ACF562 is Cyan = 0.30, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 98 | - |
| CMYK | 0.30 | 0 | 0.6 | 0.04 |
| HSL | 89.8º | 0.88% | 0.67% | - |
| HSV(B) | 89.8º | 0.6% | 0.96% | - |
| XYZ | 51.87 | 74.96 | 23.29 | - |
| YUV | 206.42 | 66.82 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 98 | 0.30 | 0 | 0.6 | 0.04 | 89.8 | 0.88 | 0.67 |
| Hex | AC | F5 | 62 | 1E | 0 | 3C | 4 | 5A | 58 | 43 |
| Octal | 254 | 365 | 142 | 36 | 0 | 74 | 4 | 132 | 130 | 103 |
| Binary | 10101100 | 11110101 | 1100010 | 11110 | 0 | 111100 | 100 | 1011010 | 1011000 | 1000011 |
Color Harmonies of #ACF562
Complementary color
Monochromatic Colors of #ACF562
Black with #ACF562
Text Example
Text Example
White with #ACF562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF562; }
p { color: rgb(172,245,98); }
H1.HeaderClassName
{
color: #ACF562;
}
.AnyTagClassName
{
color: #ACF562;
}
</style>
background-color css
<style>
a { background-color: #ACF562; }
a { background-color: rgb(172,245,98); }
div.DivClassName
{
background-color: #ACF562;
}
.BgClassName
{
background-color: #ACF562;
}
</style>
border-color css
<style>
span { border-color: #ACF562; }
span { border-color: rgb(172,245,98); }
td.TdClassName
{
border-color: #ACF562;
}
.TagClassName
{
border-color: #ACF562;
}
</style>