Shades of Conifer #ACF962
Tints of Conifer #ACF962
RGB
CMYK
RGB Variations
Color information
#ACF962 (or 0xACF962) is known color: Conifer. HEX triplet: AC, F9 and 62. RGB value is (172,249,98). Sum of RGB (Red+Green+Blue) = 172+249+98=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 249 (97.66% from 255 or 47.98% from 519); Blue value is 98 (38.67% from 255 or 18.88% from 519); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF962 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF962 is #53069D. Grayscale: #D1D1D1. Windows color (decimal): -5441182 or 6486444. OLE color: 6486444.
HSL color Cylindrical-coordinate representation of color #ACF962: hue angle of 90.6º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACF962 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 98 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.02 |
| HSL | 90.6º | 0.93% | 0.68% | - |
| HSV(B) | 90.6º | 0.61% | 0.98% | - |
| XYZ | 53.09 | 77.4 | 23.7 | - |
| YUV | 208.76 | 65.49 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 98 | 0.31 | 0 | 0.61 | 0.02 | 90.6 | 0.93 | 0.68 |
| Hex | AC | F9 | 62 | 1F | 0 | 3D | 2 | 5B | 5D | 44 |
| Octal | 254 | 371 | 142 | 37 | 0 | 75 | 2 | 133 | 135 | 104 |
| Binary | 10101100 | 11111001 | 1100010 | 11111 | 0 | 111101 | 10 | 1011011 | 1011101 | 1000100 |
Color Harmonies of #ACF962
Complementary color
Monochromatic Colors of #ACF962
Black with #ACF962
Text Example
Text Example
White with #ACF962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF962; }
p { color: rgb(172,249,98); }
H1.HeaderClassName
{
color: #ACF962;
}
.AnyTagClassName
{
color: #ACF962;
}
</style>
background-color css
<style>
a { background-color: #ACF962; }
a { background-color: rgb(172,249,98); }
div.DivClassName
{
background-color: #ACF962;
}
.BgClassName
{
background-color: #ACF962;
}
</style>
border-color css
<style>
span { border-color: #ACF962; }
span { border-color: rgb(172,249,98); }
td.TdClassName
{
border-color: #ACF962;
}
.TagClassName
{
border-color: #ACF962;
}
</style>