Shades of Conifer #ACF164
Tints of Conifer #ACF164
RGB
CMYK
RGB Variations
Color information
#ACF164 (or 0xACF164) is known color: Conifer. HEX triplet: AC, F1 and 64. RGB value is (172,241,100). Sum of RGB (Red+Green+Blue) = 172+241+100=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 100 (39.45% from 255 or 19.49% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF164 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF164 is #530E9B. Grayscale: #CCCCCC. Windows color (decimal): -5443228 or 6615468. OLE color: 6615468.
HSL color Cylindrical-coordinate representation of color #ACF164: hue angle of 89.36º degrees, saturation: 0.83, 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 #ACF164 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 100 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.05 |
| HSL | 89.36º | 0.83% | 0.67% | - |
| HSV(B) | 89.36º | 0.59% | 0.95% | - |
| XYZ | 50.77 | 72.6 | 23.39 | - |
| YUV | 204.3 | 69.14 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 100 | 0.29 | 0 | 0.59 | 0.05 | 89.36 | 0.83 | 0.67 |
| Hex | AC | F1 | 64 | 1D | 0 | 3B | 5 | 59 | 53 | 43 |
| Octal | 254 | 361 | 144 | 35 | 0 | 73 | 5 | 131 | 123 | 103 |
| Binary | 10101100 | 11110001 | 1100100 | 11101 | 0 | 111011 | 101 | 1011001 | 1010011 | 1000011 |
Color Harmonies of #ACF164
Complementary color
Monochromatic Colors of #ACF164
Black with #ACF164
Text Example
Text Example
White with #ACF164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF164; }
p { color: rgb(172,241,100); }
H1.HeaderClassName
{
color: #ACF164;
}
.AnyTagClassName
{
color: #ACF164;
}
</style>
background-color css
<style>
a { background-color: #ACF164; }
a { background-color: rgb(172,241,100); }
div.DivClassName
{
background-color: #ACF164;
}
.BgClassName
{
background-color: #ACF164;
}
</style>
border-color css
<style>
span { border-color: #ACF164; }
span { border-color: rgb(172,241,100); }
td.TdClassName
{
border-color: #ACF164;
}
.TagClassName
{
border-color: #ACF164;
}
</style>