Shades of Conifer #ACF147
Tints of Conifer #ACF147
RGB
CMYK
RGB Variations
Color information
#ACF147 (or 0xACF147) is known color: Conifer. HEX triplet: AC, F1 and 47. RGB value is (172,241,71). Sum of RGB (Red+Green+Blue) = 172+241+71=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 71 (28.12% from 255 or 14.67% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF147 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF147 is #530EB8. Grayscale: #C9C9C9. Windows color (decimal): -5443257 or 4714924. OLE color: 4714924.
HSL color Cylindrical-coordinate representation of color #ACF147: hue angle of 84.35º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACF147 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 71 | - |
| CMYK | 0.29 | 0 | 0.71 | 0.05 |
| HSL | 84.35º | 0.86% | 0.61% | - |
| HSV(B) | 84.35º | 0.71% | 0.95% | - |
| XYZ | 49.61 | 72.14 | 17.27 | - |
| YUV | 200.99 | 54.64 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 71 | 0.29 | 0 | 0.71 | 0.05 | 84.35 | 0.86 | 0.61 |
| Hex | AC | F1 | 47 | 1D | 0 | 47 | 5 | 54 | 56 | 3D |
| Octal | 254 | 361 | 107 | 35 | 0 | 107 | 5 | 124 | 126 | 75 |
| Binary | 10101100 | 11110001 | 1000111 | 11101 | 0 | 1000111 | 101 | 1010100 | 1010110 | 111101 |
Color Harmonies of #ACF147
Complementary color
Monochromatic Colors of #ACF147
Black with #ACF147
Text Example
Text Example
White with #ACF147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF147; }
p { color: rgb(172,241,71); }
H1.HeaderClassName
{
color: #ACF147;
}
.AnyTagClassName
{
color: #ACF147;
}
</style>
background-color css
<style>
a { background-color: #ACF147; }
a { background-color: rgb(172,241,71); }
div.DivClassName
{
background-color: #ACF147;
}
.BgClassName
{
background-color: #ACF147;
}
</style>
border-color css
<style>
span { border-color: #ACF147; }
span { border-color: rgb(172,241,71); }
td.TdClassName
{
border-color: #ACF147;
}
.TagClassName
{
border-color: #ACF147;
}
</style>