Shades of Conifer #ACE14D
Tints of Conifer #ACE14D
RGB
CMYK
RGB Variations
Color information
#ACE14D (or 0xACE14D) is known color: Conifer. HEX triplet: AC, E1 and 4D. RGB value is (172,225,77). Sum of RGB (Red+Green+Blue) = 172+225+77=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 225 (88.28% from 255 or 47.47% from 474); Blue value is 77 (30.47% from 255 or 16.24% from 474); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE14D is #531EB2. Grayscale: #C0C0C0. Windows color (decimal): -5447347 or 5104044. OLE color: 5104044.
HSL color Cylindrical-coordinate representation of color #ACE14D: hue angle of 81.49º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACE14D is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 77 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.12 |
| HSL | 81.49º | 0.71% | 0.59% | - |
| HSV(B) | 81.49º | 0.66% | 0.88% | - |
| XYZ | 45.28 | 63.16 | 16.83 | - |
| YUV | 192.28 | 62.94 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 77 | 0.24 | 0 | 0.66 | 0.12 | 81.49 | 0.71 | 0.59 |
| Hex | AC | E1 | 4D | 18 | 0 | 42 | C | 51 | 47 | 3B |
| Octal | 254 | 341 | 115 | 30 | 0 | 102 | 14 | 121 | 107 | 73 |
| Binary | 10101100 | 11100001 | 1001101 | 11000 | 0 | 1000010 | 1100 | 1010001 | 1000111 | 111011 |
Color Harmonies of #ACE14D
Complementary color
Monochromatic Colors of #ACE14D
Black with #ACE14D
Text Example
Text Example
White with #ACE14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE14D; }
p { color: rgb(172,225,77); }
H1.HeaderClassName
{
color: #ACE14D;
}
.AnyTagClassName
{
color: #ACE14D;
}
</style>
background-color css
<style>
a { background-color: #ACE14D; }
a { background-color: rgb(172,225,77); }
div.DivClassName
{
background-color: #ACE14D;
}
.BgClassName
{
background-color: #ACE14D;
}
</style>
border-color css
<style>
span { border-color: #ACE14D; }
span { border-color: rgb(172,225,77); }
td.TdClassName
{
border-color: #ACE14D;
}
.TagClassName
{
border-color: #ACE14D;
}
</style>