Shades of Conifer #ACE740
Tints of Conifer #ACE740
RGB
CMYK
RGB Variations
Color information
#ACE740 (or 0xACE740) is known color: Conifer. HEX triplet: AC, E7 and 40. RGB value is (172,231,64). Sum of RGB (Red+Green+Blue) = 172+231+64=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 231 (90.62% from 255 or 49.46% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE740 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACE740 is #5318BF. Grayscale: #C2C2C2. Windows color (decimal): -5445824 or 4253612. OLE color: 4253612.
HSL color Cylindrical-coordinate representation of color #ACE740: hue angle of 81.2º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACE740 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 231 | 64 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.09 |
| HSL | 81.2º | 0.78% | 0.58% | - |
| HSV(B) | 81.2º | 0.72% | 0.91% | - |
| XYZ | 46.51 | 66.29 | 15.19 | - |
| YUV | 194.32 | 54.45 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 231 | 64 | 0.26 | 0 | 0.72 | 0.09 | 81.2 | 0.78 | 0.58 |
| Hex | AC | E7 | 40 | 1A | 0 | 48 | 9 | 51 | 4E | 3A |
| Octal | 254 | 347 | 100 | 32 | 0 | 110 | 11 | 121 | 116 | 72 |
| Binary | 10101100 | 11100111 | 1000000 | 11010 | 0 | 1001000 | 1001 | 1010001 | 1001110 | 111010 |
Color Harmonies of #ACE740
Complementary color
Monochromatic Colors of #ACE740
Black with #ACE740
Text Example
Text Example
White with #ACE740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE740; }
p { color: rgb(172,231,64); }
H1.HeaderClassName
{
color: #ACE740;
}
.AnyTagClassName
{
color: #ACE740;
}
</style>
background-color css
<style>
a { background-color: #ACE740; }
a { background-color: rgb(172,231,64); }
div.DivClassName
{
background-color: #ACE740;
}
.BgClassName
{
background-color: #ACE740;
}
</style>
border-color css
<style>
span { border-color: #ACE740; }
span { border-color: rgb(172,231,64); }
td.TdClassName
{
border-color: #ACE740;
}
.TagClassName
{
border-color: #ACE740;
}
</style>