Shades of Conifer #ACF166
Tints of Conifer #ACF166
RGB
CMYK
RGB Variations
Color information
#ACF166 (or 0xACF166) is known color: Conifer. HEX triplet: AC, F1 and 66. RGB value is (172,241,102). Sum of RGB (Red+Green+Blue) = 172+241+102=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 102 (40.23% from 255 or 19.81% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF166 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF166 is #530E99. Grayscale: #CDCDCD. Windows color (decimal): -5443226 or 6746540. OLE color: 6746540.
HSL color Cylindrical-coordinate representation of color #ACF166: hue angle of 89.78º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACF166 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 102 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.05 |
| HSL | 89.78º | 0.83% | 0.67% | - |
| HSV(B) | 89.78º | 0.58% | 0.95% | - |
| XYZ | 50.87 | 72.64 | 23.91 | - |
| YUV | 204.52 | 70.14 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 102 | 0.29 | 0 | 0.58 | 0.05 | 89.78 | 0.83 | 0.67 |
| Hex | AC | F1 | 66 | 1D | 0 | 3A | 5 | 5A | 53 | 43 |
| Octal | 254 | 361 | 146 | 35 | 0 | 72 | 5 | 132 | 123 | 103 |
| Binary | 10101100 | 11110001 | 1100110 | 11101 | 0 | 111010 | 101 | 1011010 | 1010011 | 1000011 |
Color Harmonies of #ACF166
Complementary color
Monochromatic Colors of #ACF166
Black with #ACF166
Text Example
Text Example
White with #ACF166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF166; }
p { color: rgb(172,241,102); }
H1.HeaderClassName
{
color: #ACF166;
}
.AnyTagClassName
{
color: #ACF166;
}
</style>
background-color css
<style>
a { background-color: #ACF166; }
a { background-color: rgb(172,241,102); }
div.DivClassName
{
background-color: #ACF166;
}
.BgClassName
{
background-color: #ACF166;
}
</style>
border-color css
<style>
span { border-color: #ACF166; }
span { border-color: rgb(172,241,102); }
td.TdClassName
{
border-color: #ACF166;
}
.TagClassName
{
border-color: #ACF166;
}
</style>