Shades of Conifer #ACF14C
Tints of Conifer #ACF14C
RGB
CMYK
RGB Variations
Color information
#ACF14C (or 0xACF14C) is known color: Conifer. HEX triplet: AC, F1 and 4C. RGB value is (172,241,76). Sum of RGB (Red+Green+Blue) = 172+241+76=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 76 (30.08% from 255 or 15.54% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF14C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF14C is #530EB3. Grayscale: #CACACA. Windows color (decimal): -5443252 or 5042604. OLE color: 5042604.
HSL color Cylindrical-coordinate representation of color #ACF14C: hue angle of 85.09º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ACF14C is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 76 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.05 |
| HSL | 85.09º | 0.85% | 0.62% | - |
| HSV(B) | 85.09º | 0.68% | 0.95% | - |
| XYZ | 49.77 | 72.2 | 18.15 | - |
| YUV | 201.56 | 57.14 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 76 | 0.29 | 0 | 0.68 | 0.05 | 85.09 | 0.85 | 0.62 |
| Hex | AC | F1 | 4C | 1D | 0 | 44 | 5 | 55 | 55 | 3E |
| Octal | 254 | 361 | 114 | 35 | 0 | 104 | 5 | 125 | 125 | 76 |
| Binary | 10101100 | 11110001 | 1001100 | 11101 | 0 | 1000100 | 101 | 1010101 | 1010101 | 111110 |
Color Harmonies of #ACF14C
Complementary color
Monochromatic Colors of #ACF14C
Black with #ACF14C
Text Example
Text Example
White with #ACF14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF14C; }
p { color: rgb(172,241,76); }
H1.HeaderClassName
{
color: #ACF14C;
}
.AnyTagClassName
{
color: #ACF14C;
}
</style>
background-color css
<style>
a { background-color: #ACF14C; }
a { background-color: rgb(172,241,76); }
div.DivClassName
{
background-color: #ACF14C;
}
.BgClassName
{
background-color: #ACF14C;
}
</style>
border-color css
<style>
span { border-color: #ACF14C; }
span { border-color: rgb(172,241,76); }
td.TdClassName
{
border-color: #ACF14C;
}
.TagClassName
{
border-color: #ACF14C;
}
</style>