Shades of Conifer #ACF165
Tints of Conifer #ACF165
RGB
CMYK
RGB Variations
Color information
#ACF165 (or 0xACF165) is known color: Conifer. HEX triplet: AC, F1 and 65. RGB value is (172,241,101). Sum of RGB (Red+Green+Blue) = 172+241+101=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF165 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF165 is #530E9A. Grayscale: #CCCCCC. Windows color (decimal): -5443227 or 6681004. OLE color: 6681004.
HSL color Cylindrical-coordinate representation of color #ACF165: hue angle of 89.57º 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 #ACF165 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 101 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.05 |
| HSL | 89.57º | 0.83% | 0.67% | - |
| HSV(B) | 89.57º | 0.58% | 0.95% | - |
| XYZ | 50.82 | 72.62 | 23.65 | - |
| YUV | 204.41 | 69.64 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 101 | 0.29 | 0 | 0.58 | 0.05 | 89.57 | 0.83 | 0.67 |
| Hex | AC | F1 | 65 | 1D | 0 | 3A | 5 | 5A | 53 | 43 |
| Octal | 254 | 361 | 145 | 35 | 0 | 72 | 5 | 132 | 123 | 103 |
| Binary | 10101100 | 11110001 | 1100101 | 11101 | 0 | 111010 | 101 | 1011010 | 1010011 | 1000011 |
Color Harmonies of #ACF165
Complementary color
Monochromatic Colors of #ACF165
Black with #ACF165
Text Example
Text Example
White with #ACF165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF165; }
p { color: rgb(172,241,101); }
H1.HeaderClassName
{
color: #ACF165;
}
.AnyTagClassName
{
color: #ACF165;
}
</style>
background-color css
<style>
a { background-color: #ACF165; }
a { background-color: rgb(172,241,101); }
div.DivClassName
{
background-color: #ACF165;
}
.BgClassName
{
background-color: #ACF165;
}
</style>
border-color css
<style>
span { border-color: #ACF165; }
span { border-color: rgb(172,241,101); }
td.TdClassName
{
border-color: #ACF165;
}
.TagClassName
{
border-color: #ACF165;
}
</style>