Shades of Conifer #ACE45E
Tints of Conifer #ACE45E
RGB
CMYK
RGB Variations
Color information
#ACE45E (or 0xACE45E) is known color: Conifer. HEX triplet: AC, E4 and 5E. RGB value is (172,228,94). Sum of RGB (Red+Green+Blue) = 172+228+94=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 228 (89.45% from 255 or 46.15% from 494); Blue value is 94 (37.11% from 255 or 19.03% from 494); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE45E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE45E is #531BA1. Grayscale: #C4C4C4. Windows color (decimal): -5446562 or 6218924. OLE color: 6218924.
HSL color Cylindrical-coordinate representation of color #ACE45E: hue angle of 85.07º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACE45E is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 228 | 94 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.11 |
| HSL | 85.07º | 0.71% | 0.63% | - |
| HSV(B) | 85.07º | 0.59% | 0.89% | - |
| XYZ | 46.78 | 65.07 | 20.68 | - |
| YUV | 195.98 | 70.45 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 94 | 0.25 | 0 | 0.59 | 0.11 | 85.07 | 0.71 | 0.63 |
| Hex | AC | E4 | 5E | 19 | 0 | 3B | B | 55 | 47 | 3F |
| Octal | 254 | 344 | 136 | 31 | 0 | 73 | 13 | 125 | 107 | 77 |
| Binary | 10101100 | 11100100 | 1011110 | 11001 | 0 | 111011 | 1011 | 1010101 | 1000111 | 111111 |
Color Harmonies of #ACE45E
Complementary color
Monochromatic Colors of #ACE45E
Black with #ACE45E
Text Example
Text Example
White with #ACE45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE45E; }
p { color: rgb(172,228,94); }
H1.HeaderClassName
{
color: #ACE45E;
}
.AnyTagClassName
{
color: #ACE45E;
}
</style>
background-color css
<style>
a { background-color: #ACE45E; }
a { background-color: rgb(172,228,94); }
div.DivClassName
{
background-color: #ACE45E;
}
.BgClassName
{
background-color: #ACE45E;
}
</style>
border-color css
<style>
span { border-color: #ACE45E; }
span { border-color: rgb(172,228,94); }
td.TdClassName
{
border-color: #ACE45E;
}
.TagClassName
{
border-color: #ACE45E;
}
</style>