Shades of Conifer #ACF353
Tints of Conifer #ACF353
RGB
CMYK
RGB Variations
Color information
#ACF353 (or 0xACF353) is known color: Conifer. HEX triplet: AC, F3 and 53. RGB value is (172,243,83). Sum of RGB (Red+Green+Blue) = 172+243+83=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 243 (95.31% from 255 or 48.80% from 498); Blue value is 83 (32.81% from 255 or 16.67% from 498); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF353 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF353 is #530CAC. Grayscale: #CCCCCC. Windows color (decimal): -5442733 or 5501868. OLE color: 5501868.
HSL color Cylindrical-coordinate representation of color #ACF353: hue angle of 86.62º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACF353 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 83 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.05 |
| HSL | 86.63º | 0.87% | 0.64% | - |
| HSV(B) | 86.63º | 0.66% | 0.95% | - |
| XYZ | 50.63 | 73.5 | 19.7 | - |
| YUV | 203.53 | 59.98 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 83 | 0.29 | 0 | 0.66 | 0.05 | 86.63 | 0.87 | 0.64 |
| Hex | AC | F3 | 53 | 1D | 0 | 42 | 5 | 57 | 57 | 40 |
| Octal | 254 | 363 | 123 | 35 | 0 | 102 | 5 | 127 | 127 | 100 |
| Binary | 10101100 | 11110011 | 1010011 | 11101 | 0 | 1000010 | 101 | 1010111 | 1010111 | 1000000 |
Color Harmonies of #ACF353
Complementary color
Monochromatic Colors of #ACF353
Black with #ACF353
Text Example
Text Example
White with #ACF353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF353; }
p { color: rgb(172,243,83); }
H1.HeaderClassName
{
color: #ACF353;
}
.AnyTagClassName
{
color: #ACF353;
}
</style>
background-color css
<style>
a { background-color: #ACF353; }
a { background-color: rgb(172,243,83); }
div.DivClassName
{
background-color: #ACF353;
}
.BgClassName
{
background-color: #ACF353;
}
</style>
border-color css
<style>
span { border-color: #ACF353; }
span { border-color: rgb(172,243,83); }
td.TdClassName
{
border-color: #ACF353;
}
.TagClassName
{
border-color: #ACF353;
}
</style>