Shades of Conifer #ACF163
Tints of Conifer #ACF163
RGB
CMYK
RGB Variations
Color information
#ACF163 (or 0xACF163) is known color: Conifer. HEX triplet: AC, F1 and 63. RGB value is (172,241,99). Sum of RGB (Red+Green+Blue) = 172+241+99=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 99 (39.06% from 255 or 19.34% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF163 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF163 is #530E9C. Grayscale: #CCCCCC. Windows color (decimal): -5443229 or 6549932. OLE color: 6549932.
HSL color Cylindrical-coordinate representation of color #ACF163: hue angle of 89.15º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACF163 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 99 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.05 |
| HSL | 89.15º | 0.84% | 0.67% | - |
| HSV(B) | 89.15º | 0.59% | 0.95% | - |
| XYZ | 50.72 | 72.58 | 23.14 | - |
| YUV | 204.18 | 68.64 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 99 | 0.29 | 0 | 0.59 | 0.05 | 89.15 | 0.84 | 0.67 |
| Hex | AC | F1 | 63 | 1D | 0 | 3B | 5 | 59 | 54 | 43 |
| Octal | 254 | 361 | 143 | 35 | 0 | 73 | 5 | 131 | 124 | 103 |
| Binary | 10101100 | 11110001 | 1100011 | 11101 | 0 | 111011 | 101 | 1011001 | 1010100 | 1000011 |
Color Harmonies of #ACF163
Complementary color
Monochromatic Colors of #ACF163
Black with #ACF163
Text Example
Text Example
White with #ACF163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF163; }
p { color: rgb(172,241,99); }
H1.HeaderClassName
{
color: #ACF163;
}
.AnyTagClassName
{
color: #ACF163;
}
</style>
background-color css
<style>
a { background-color: #ACF163; }
a { background-color: rgb(172,241,99); }
div.DivClassName
{
background-color: #ACF163;
}
.BgClassName
{
background-color: #ACF163;
}
</style>
border-color css
<style>
span { border-color: #ACF163; }
span { border-color: rgb(172,241,99); }
td.TdClassName
{
border-color: #ACF163;
}
.TagClassName
{
border-color: #ACF163;
}
</style>