Shades of Conifer #ACE13E
Tints of Conifer #ACE13E
RGB
CMYK
RGB Variations
Color information
#ACE13E (or 0xACE13E) is known color: Conifer. HEX triplet: AC, E1 and 3E. RGB value is (172,225,62). Sum of RGB (Red+Green+Blue) = 172+225+62=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 225 (88.28% from 255 or 49.02% from 459); Blue value is 62 (24.61% from 255 or 13.51% from 459); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE13E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE13E is #531EC1. Grayscale: #BFBFBF. Windows color (decimal): -5447362 or 4121004. OLE color: 4121004.
HSL color Cylindrical-coordinate representation of color #ACE13E: hue angle of 79.51º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACE13E is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 62 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.12 |
| HSL | 79.51º | 0.73% | 0.56% | - |
| HSV(B) | 79.51º | 0.72% | 0.88% | - |
| XYZ | 44.81 | 62.97 | 14.35 | - |
| YUV | 190.57 | 55.44 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 62 | 0.24 | 0 | 0.72 | 0.12 | 79.51 | 0.73 | 0.56 |
| Hex | AC | E1 | 3E | 18 | 0 | 48 | C | 50 | 49 | 38 |
| Octal | 254 | 341 | 76 | 30 | 0 | 110 | 14 | 120 | 111 | 70 |
| Binary | 10101100 | 11100001 | 111110 | 11000 | 0 | 1001000 | 1100 | 1010000 | 1001001 | 111000 |
Color Harmonies of #ACE13E
Complementary color
Monochromatic Colors of #ACE13E
Black with #ACE13E
Text Example
Text Example
White with #ACE13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE13E; }
p { color: rgb(172,225,62); }
H1.HeaderClassName
{
color: #ACE13E;
}
.AnyTagClassName
{
color: #ACE13E;
}
</style>
background-color css
<style>
a { background-color: #ACE13E; }
a { background-color: rgb(172,225,62); }
div.DivClassName
{
background-color: #ACE13E;
}
.BgClassName
{
background-color: #ACE13E;
}
</style>
border-color css
<style>
span { border-color: #ACE13E; }
span { border-color: rgb(172,225,62); }
td.TdClassName
{
border-color: #ACE13E;
}
.TagClassName
{
border-color: #ACE13E;
}
</style>