Shades of Conifer #ACF462
Tints of Conifer #ACF462
RGB
CMYK
RGB Variations
Color information
#ACF462 (or 0xACF462) is known color: Conifer. HEX triplet: AC, F4 and 62. RGB value is (172,244,98). Sum of RGB (Red+Green+Blue) = 172+244+98=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 244 (95.70% from 255 or 47.47% from 514); Blue value is 98 (38.67% from 255 or 19.07% from 514); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF462 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF462 is #530B9D. Grayscale: #CECECE. Windows color (decimal): -5442462 or 6485164. OLE color: 6485164.
HSL color Cylindrical-coordinate representation of color #ACF462: hue angle of 89.59º degrees, saturation: 0.87, 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 #ACF462 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 98 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.04 |
| HSL | 89.59º | 0.87% | 0.67% | - |
| HSV(B) | 89.59º | 0.6% | 0.96% | - |
| XYZ | 51.57 | 74.35 | 23.19 | - |
| YUV | 205.83 | 67.15 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 98 | 0.30 | 0 | 0.60 | 0.04 | 89.59 | 0.87 | 0.67 |
| Hex | AC | F4 | 62 | 1E | 0 | 3C | 4 | 5A | 57 | 43 |
| Octal | 254 | 364 | 142 | 36 | 0 | 74 | 4 | 132 | 127 | 103 |
| Binary | 10101100 | 11110100 | 1100010 | 11110 | 0 | 111100 | 100 | 1011010 | 1010111 | 1000011 |
Color Harmonies of #ACF462
Complementary color
Monochromatic Colors of #ACF462
Black with #ACF462
Text Example
Text Example
White with #ACF462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF462; }
p { color: rgb(172,244,98); }
H1.HeaderClassName
{
color: #ACF462;
}
.AnyTagClassName
{
color: #ACF462;
}
</style>
background-color css
<style>
a { background-color: #ACF462; }
a { background-color: rgb(172,244,98); }
div.DivClassName
{
background-color: #ACF462;
}
.BgClassName
{
background-color: #ACF462;
}
</style>
border-color css
<style>
span { border-color: #ACF462; }
span { border-color: rgb(172,244,98); }
td.TdClassName
{
border-color: #ACF462;
}
.TagClassName
{
border-color: #ACF462;
}
</style>