Shades of Conifer #ACF153
Tints of Conifer #ACF153
RGB
CMYK
RGB Variations
Color information
#ACF153 (or 0xACF153) is known color: Conifer. HEX triplet: AC, F1 and 53. RGB value is (172,241,83). Sum of RGB (Red+Green+Blue) = 172+241+83=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 83 (32.81% from 255 or 16.73% from 496); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF153 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF153 is #530EAC. Grayscale: #CACACA. Windows color (decimal): -5443245 or 5501356. OLE color: 5501356.
HSL color Cylindrical-coordinate representation of color #ACF153: hue angle of 86.2º degrees, saturation: 0.85, 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 #ACF153 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 83 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.05 |
| HSL | 86.2º | 0.85% | 0.64% | - |
| HSV(B) | 86.2º | 0.66% | 0.95% | - |
| XYZ | 50.03 | 72.31 | 19.5 | - |
| YUV | 202.36 | 60.64 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 83 | 0.29 | 0 | 0.66 | 0.05 | 86.2 | 0.85 | 0.64 |
| Hex | AC | F1 | 53 | 1D | 0 | 42 | 5 | 56 | 55 | 40 |
| Octal | 254 | 361 | 123 | 35 | 0 | 102 | 5 | 126 | 125 | 100 |
| Binary | 10101100 | 11110001 | 1010011 | 11101 | 0 | 1000010 | 101 | 1010110 | 1010101 | 1000000 |
Color Harmonies of #ACF153
Complementary color
Monochromatic Colors of #ACF153
Black with #ACF153
Text Example
Text Example
White with #ACF153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF153; }
p { color: rgb(172,241,83); }
H1.HeaderClassName
{
color: #ACF153;
}
.AnyTagClassName
{
color: #ACF153;
}
</style>
background-color css
<style>
a { background-color: #ACF153; }
a { background-color: rgb(172,241,83); }
div.DivClassName
{
background-color: #ACF153;
}
.BgClassName
{
background-color: #ACF153;
}
</style>
border-color css
<style>
span { border-color: #ACF153; }
span { border-color: rgb(172,241,83); }
td.TdClassName
{
border-color: #ACF153;
}
.TagClassName
{
border-color: #ACF153;
}
</style>