Shades of Conifer #ACE04E
Tints of Conifer #ACE04E
RGB
CMYK
RGB Variations
Color information
#ACE04E (or 0xACE04E) is known color: Conifer. HEX triplet: AC, E0 and 4E. RGB value is (172,224,78). Sum of RGB (Red+Green+Blue) = 172+224+78=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 78 (30.86% from 255 or 16.46% from 474); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE04E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE04E is #531FB1. Grayscale: #C0C0C0. Windows color (decimal): -5447602 or 5169324. OLE color: 5169324.
HSL color Cylindrical-coordinate representation of color #ACE04E: hue angle of 81.37º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACE04E is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 78 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.12 |
| HSL | 81.37º | 0.7% | 0.59% | - |
| HSV(B) | 81.37º | 0.65% | 0.88% | - |
| XYZ | 45.04 | 62.63 | 16.92 | - |
| YUV | 191.81 | 63.77 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 78 | 0.23 | 0 | 0.65 | 0.12 | 81.37 | 0.7 | 0.59 |
| Hex | AC | E0 | 4E | 17 | 0 | 41 | C | 51 | 46 | 3B |
| Octal | 254 | 340 | 116 | 27 | 0 | 101 | 14 | 121 | 106 | 73 |
| Binary | 10101100 | 11100000 | 1001110 | 10111 | 0 | 1000001 | 1100 | 1010001 | 1000110 | 111011 |
Color Harmonies of #ACE04E
Complementary color
Monochromatic Colors of #ACE04E
Black with #ACE04E
Text Example
Text Example
White with #ACE04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE04E; }
p { color: rgb(172,224,78); }
H1.HeaderClassName
{
color: #ACE04E;
}
.AnyTagClassName
{
color: #ACE04E;
}
</style>
background-color css
<style>
a { background-color: #ACE04E; }
a { background-color: rgb(172,224,78); }
div.DivClassName
{
background-color: #ACE04E;
}
.BgClassName
{
background-color: #ACE04E;
}
</style>
border-color css
<style>
span { border-color: #ACE04E; }
span { border-color: rgb(172,224,78); }
td.TdClassName
{
border-color: #ACE04E;
}
.TagClassName
{
border-color: #ACE04E;
}
</style>