Shades of Conifer #ACE45C
Tints of Conifer #ACE45C
RGB
CMYK
RGB Variations
Color information
#ACE45C (or 0xACE45C) is known color: Conifer. HEX triplet: AC, E4 and 5C. RGB value is (172,228,92). Sum of RGB (Red+Green+Blue) = 172+228+92=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 228 (89.45% from 255 or 46.34% from 492); Blue value is 92 (36.33% from 255 or 18.70% from 492); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE45C is #531BA3. Grayscale: #C4C4C4. Windows color (decimal): -5446564 or 6087852. OLE color: 6087852.
HSL color Cylindrical-coordinate representation of color #ACE45C: hue angle of 84.71º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACE45C is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 228 | 92 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.11 |
| HSL | 84.71º | 0.72% | 0.63% | - |
| HSV(B) | 84.71º | 0.6% | 0.89% | - |
| XYZ | 46.69 | 65.03 | 20.22 | - |
| YUV | 195.75 | 69.45 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 92 | 0.25 | 0 | 0.60 | 0.11 | 84.71 | 0.72 | 0.63 |
| Hex | AC | E4 | 5C | 19 | 0 | 3C | B | 55 | 48 | 3F |
| Octal | 254 | 344 | 134 | 31 | 0 | 74 | 13 | 125 | 110 | 77 |
| Binary | 10101100 | 11100100 | 1011100 | 11001 | 0 | 111100 | 1011 | 1010101 | 1001000 | 111111 |
Color Harmonies of #ACE45C
Complementary color
Monochromatic Colors of #ACE45C
Black with #ACE45C
Text Example
Text Example
White with #ACE45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE45C; }
p { color: rgb(172,228,92); }
H1.HeaderClassName
{
color: #ACE45C;
}
.AnyTagClassName
{
color: #ACE45C;
}
</style>
background-color css
<style>
a { background-color: #ACE45C; }
a { background-color: rgb(172,228,92); }
div.DivClassName
{
background-color: #ACE45C;
}
.BgClassName
{
background-color: #ACE45C;
}
</style>
border-color css
<style>
span { border-color: #ACE45C; }
span { border-color: rgb(172,228,92); }
td.TdClassName
{
border-color: #ACE45C;
}
.TagClassName
{
border-color: #ACE45C;
}
</style>