Shades of Conifer #ACE040
Tints of Conifer #ACE040
RGB
CMYK
RGB Variations
Color information
#ACE040 (or 0xACE040) is known color: Conifer. HEX triplet: AC, E0 and 40. RGB value is (172,224,64). Sum of RGB (Red+Green+Blue) = 172+224+64=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 224 (87.89% from 255 or 48.70% from 460); Blue value is 64 (25.39% from 255 or 13.91% from 460); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE040 is #531FBF. Grayscale: #BEBEBE. Windows color (decimal): -5447616 or 4251820. OLE color: 4251820.
HSL color Cylindrical-coordinate representation of color #ACE040: hue angle of 79.5º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACE040 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 64 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.12 |
| HSL | 79.5º | 0.72% | 0.56% | - |
| HSV(B) | 79.5º | 0.71% | 0.88% | - |
| XYZ | 44.59 | 62.45 | 14.55 | - |
| YUV | 190.21 | 56.77 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 64 | 0.23 | 0 | 0.71 | 0.12 | 79.5 | 0.72 | 0.56 |
| Hex | AC | E0 | 40 | 17 | 0 | 47 | C | 50 | 48 | 38 |
| Octal | 254 | 340 | 100 | 27 | 0 | 107 | 14 | 120 | 110 | 70 |
| Binary | 10101100 | 11100000 | 1000000 | 10111 | 0 | 1000111 | 1100 | 1010000 | 1001000 | 111000 |
Color Harmonies of #ACE040
Complementary color
Monochromatic Colors of #ACE040
Black with #ACE040
Text Example
Text Example
White with #ACE040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE040; }
p { color: rgb(172,224,64); }
H1.HeaderClassName
{
color: #ACE040;
}
.AnyTagClassName
{
color: #ACE040;
}
</style>
background-color css
<style>
a { background-color: #ACE040; }
a { background-color: rgb(172,224,64); }
div.DivClassName
{
background-color: #ACE040;
}
.BgClassName
{
background-color: #ACE040;
}
</style>
border-color css
<style>
span { border-color: #ACE040; }
span { border-color: rgb(172,224,64); }
td.TdClassName
{
border-color: #ACE040;
}
.TagClassName
{
border-color: #ACE040;
}
</style>