Shades of Conifer #ACE14F
Tints of Conifer #ACE14F
RGB
CMYK
RGB Variations
Color information
#ACE14F (or 0xACE14F) is known color: Conifer. HEX triplet: AC, E1 and 4F. RGB value is (172,225,79). Sum of RGB (Red+Green+Blue) = 172+225+79=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 79 (31.25% from 255 or 16.60% from 476); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE14F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE14F is #531EB0. Grayscale: #C1C1C1. Windows color (decimal): -5447345 or 5235116. OLE color: 5235116.
HSL color Cylindrical-coordinate representation of color #ACE14F: hue angle of 81.78º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACE14F is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 79 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.12 |
| HSL | 81.78º | 0.71% | 0.6% | - |
| HSV(B) | 81.78º | 0.65% | 0.88% | - |
| XYZ | 45.35 | 63.19 | 17.2 | - |
| YUV | 192.51 | 63.94 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 79 | 0.24 | 0 | 0.65 | 0.12 | 81.78 | 0.71 | 0.6 |
| Hex | AC | E1 | 4F | 18 | 0 | 41 | C | 52 | 47 | 3C |
| Octal | 254 | 341 | 117 | 30 | 0 | 101 | 14 | 122 | 107 | 74 |
| Binary | 10101100 | 11100001 | 1001111 | 11000 | 0 | 1000001 | 1100 | 1010010 | 1000111 | 111100 |
Color Harmonies of #ACE14F
Complementary color
Monochromatic Colors of #ACE14F
Black with #ACE14F
Text Example
Text Example
White with #ACE14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE14F; }
p { color: rgb(172,225,79); }
H1.HeaderClassName
{
color: #ACE14F;
}
.AnyTagClassName
{
color: #ACE14F;
}
</style>
background-color css
<style>
a { background-color: #ACE14F; }
a { background-color: rgb(172,225,79); }
div.DivClassName
{
background-color: #ACE14F;
}
.BgClassName
{
background-color: #ACE14F;
}
</style>
border-color css
<style>
span { border-color: #ACE14F; }
span { border-color: rgb(172,225,79); }
td.TdClassName
{
border-color: #ACE14F;
}
.TagClassName
{
border-color: #ACE14F;
}
</style>