Shades of Conifer #ACF162
Tints of Conifer #ACF162
RGB
CMYK
RGB Variations
Color information
#ACF162 (or 0xACF162) is known color: Conifer. HEX triplet: AC, F1 and 62. RGB value is (172,241,98). Sum of RGB (Red+Green+Blue) = 172+241+98=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 98 (38.67% from 255 or 19.18% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF162 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF162 is #530E9D. Grayscale: #CCCCCC. Windows color (decimal): -5443230 or 6484396. OLE color: 6484396.
HSL color Cylindrical-coordinate representation of color #ACF162: hue angle of 88.95º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACF162 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 98 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.05 |
| HSL | 88.95º | 0.84% | 0.66% | - |
| HSV(B) | 88.95º | 0.59% | 0.95% | - |
| XYZ | 50.67 | 72.56 | 22.89 | - |
| YUV | 204.07 | 68.14 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 98 | 0.29 | 0 | 0.59 | 0.05 | 88.95 | 0.84 | 0.66 |
| Hex | AC | F1 | 62 | 1D | 0 | 3B | 5 | 59 | 54 | 42 |
| Octal | 254 | 361 | 142 | 35 | 0 | 73 | 5 | 131 | 124 | 102 |
| Binary | 10101100 | 11110001 | 1100010 | 11101 | 0 | 111011 | 101 | 1011001 | 1010100 | 1000010 |
Color Harmonies of #ACF162
Complementary color
Monochromatic Colors of #ACF162
Black with #ACF162
Text Example
Text Example
White with #ACF162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF162; }
p { color: rgb(172,241,98); }
H1.HeaderClassName
{
color: #ACF162;
}
.AnyTagClassName
{
color: #ACF162;
}
</style>
background-color css
<style>
a { background-color: #ACF162; }
a { background-color: rgb(172,241,98); }
div.DivClassName
{
background-color: #ACF162;
}
.BgClassName
{
background-color: #ACF162;
}
</style>
border-color css
<style>
span { border-color: #ACF162; }
span { border-color: rgb(172,241,98); }
td.TdClassName
{
border-color: #ACF162;
}
.TagClassName
{
border-color: #ACF162;
}
</style>