Shades of Conifer #ACF355
Tints of Conifer #ACF355
RGB
CMYK
RGB Variations
Color information
#ACF355 (or 0xACF355) is known color: Conifer. HEX triplet: AC, F3 and 55. RGB value is (172,243,85). Sum of RGB (Red+Green+Blue) = 172+243+85=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 243 (95.31% from 255 or 48.6% from 500); Blue value is 85 (33.59% from 255 or 17% from 500); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF355 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF355 is #530CAA. Grayscale: #CCCCCC. Windows color (decimal): -5442731 or 5632940. OLE color: 5632940.
HSL color Cylindrical-coordinate representation of color #ACF355: hue angle of 86.96º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACF355 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 85 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.05 |
| HSL | 86.96º | 0.87% | 0.64% | - |
| HSV(B) | 86.96º | 0.65% | 0.95% | - |
| XYZ | 50.7 | 73.53 | 20.11 | - |
| YUV | 203.76 | 60.98 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 85 | 0.29 | 0 | 0.65 | 0.05 | 86.96 | 0.87 | 0.64 |
| Hex | AC | F3 | 55 | 1D | 0 | 41 | 5 | 57 | 57 | 40 |
| Octal | 254 | 363 | 125 | 35 | 0 | 101 | 5 | 127 | 127 | 100 |
| Binary | 10101100 | 11110011 | 1010101 | 11101 | 0 | 1000001 | 101 | 1010111 | 1010111 | 1000000 |
Color Harmonies of #ACF355
Complementary color
Monochromatic Colors of #ACF355
Black with #ACF355
Text Example
Text Example
White with #ACF355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF355; }
p { color: rgb(172,243,85); }
H1.HeaderClassName
{
color: #ACF355;
}
.AnyTagClassName
{
color: #ACF355;
}
</style>
background-color css
<style>
a { background-color: #ACF355; }
a { background-color: rgb(172,243,85); }
div.DivClassName
{
background-color: #ACF355;
}
.BgClassName
{
background-color: #ACF355;
}
</style>
border-color css
<style>
span { border-color: #ACF355; }
span { border-color: rgb(172,243,85); }
td.TdClassName
{
border-color: #ACF355;
}
.TagClassName
{
border-color: #ACF355;
}
</style>