Shades of Conifer #ACF662
Tints of Conifer #ACF662
RGB
CMYK
RGB Variations
Color information
#ACF662 (or 0xACF662) is known color: Conifer. HEX triplet: AC, F6 and 62. RGB value is (172,246,98). Sum of RGB (Red+Green+Blue) = 172+246+98=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 246 (96.48% from 255 or 47.67% from 516); Blue value is 98 (38.67% from 255 or 18.99% from 516); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF662 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF662 is #53099D. Grayscale: #CFCFCF. Windows color (decimal): -5441950 or 6485676. OLE color: 6485676.
HSL color Cylindrical-coordinate representation of color #ACF662: hue angle of 90º degrees, saturation: 0.89, 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 #ACF662 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 98 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.04 |
| HSL | 90º | 0.89% | 0.67% | - |
| HSV(B) | 90º | 0.6% | 0.96% | - |
| XYZ | 52.17 | 75.56 | 23.39 | - |
| YUV | 207 | 66.48 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 98 | 0.30 | 0 | 0.60 | 0.04 | 90 | 0.89 | 0.67 |
| Hex | AC | F6 | 62 | 1E | 0 | 3C | 4 | 5A | 59 | 43 |
| Octal | 254 | 366 | 142 | 36 | 0 | 74 | 4 | 132 | 131 | 103 |
| Binary | 10101100 | 11110110 | 1100010 | 11110 | 0 | 111100 | 100 | 1011010 | 1011001 | 1000011 |
Color Harmonies of #ACF662
Complementary color
Monochromatic Colors of #ACF662
Black with #ACF662
Text Example
Text Example
White with #ACF662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF662; }
p { color: rgb(172,246,98); }
H1.HeaderClassName
{
color: #ACF662;
}
.AnyTagClassName
{
color: #ACF662;
}
</style>
background-color css
<style>
a { background-color: #ACF662; }
a { background-color: rgb(172,246,98); }
div.DivClassName
{
background-color: #ACF662;
}
.BgClassName
{
background-color: #ACF662;
}
</style>
border-color css
<style>
span { border-color: #ACF662; }
span { border-color: rgb(172,246,98); }
td.TdClassName
{
border-color: #ACF662;
}
.TagClassName
{
border-color: #ACF662;
}
</style>