Shades of Conifer #ACF365
Tints of Conifer #ACF365
RGB
CMYK
RGB Variations
Color information
#ACF365 (or 0xACF365) is known color: Conifer. HEX triplet: AC, F3 and 65. RGB value is (172,243,101). Sum of RGB (Red+Green+Blue) = 172+243+101=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 101 (39.84% from 255 or 19.57% from 516); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF365 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF365 is #530C9A. Grayscale: #CECECE. Windows color (decimal): -5442715 or 6681516. OLE color: 6681516.
HSL color Cylindrical-coordinate representation of color #ACF365: hue angle of 90º degrees, saturation: 0.86, 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 #ACF365 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 101 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.05 |
| HSL | 90º | 0.86% | 0.67% | - |
| HSV(B) | 90º | 0.58% | 0.95% | - |
| XYZ | 51.41 | 73.81 | 23.85 | - |
| YUV | 205.58 | 68.98 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 101 | 0.29 | 0 | 0.58 | 0.05 | 90 | 0.86 | 0.67 |
| Hex | AC | F3 | 65 | 1D | 0 | 3A | 5 | 5A | 56 | 43 |
| Octal | 254 | 363 | 145 | 35 | 0 | 72 | 5 | 132 | 126 | 103 |
| Binary | 10101100 | 11110011 | 1100101 | 11101 | 0 | 111010 | 101 | 1011010 | 1010110 | 1000011 |
Color Harmonies of #ACF365
Complementary color
Monochromatic Colors of #ACF365
Black with #ACF365
Text Example
Text Example
White with #ACF365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF365; }
p { color: rgb(172,243,101); }
H1.HeaderClassName
{
color: #ACF365;
}
.AnyTagClassName
{
color: #ACF365;
}
</style>
background-color css
<style>
a { background-color: #ACF365; }
a { background-color: rgb(172,243,101); }
div.DivClassName
{
background-color: #ACF365;
}
.BgClassName
{
background-color: #ACF365;
}
</style>
border-color css
<style>
span { border-color: #ACF365; }
span { border-color: rgb(172,243,101); }
td.TdClassName
{
border-color: #ACF365;
}
.TagClassName
{
border-color: #ACF365;
}
</style>