Shades of Conifer #ACE242
Tints of Conifer #ACE242
RGB
CMYK
RGB Variations
Color information
#ACE242 (or 0xACE242) is known color: Conifer. HEX triplet: AC, E2 and 42. RGB value is (172,226,66). Sum of RGB (Red+Green+Blue) = 172+226+66=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 226 (88.67% from 255 or 48.71% from 464); Blue value is 66 (26.17% from 255 or 14.22% from 464); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE242 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE242 is #531DBD. Grayscale: #C0C0C0. Windows color (decimal): -5447102 or 4383404. OLE color: 4383404.
HSL color Cylindrical-coordinate representation of color #ACE242: hue angle of 80.25º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACE242 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 66 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.11 |
| HSL | 80.25º | 0.73% | 0.57% | - |
| HSV(B) | 80.25º | 0.71% | 0.89% | - |
| XYZ | 45.19 | 63.56 | 15.04 | - |
| YUV | 191.61 | 57.11 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 66 | 0.24 | 0 | 0.71 | 0.11 | 80.25 | 0.73 | 0.57 |
| Hex | AC | E2 | 42 | 18 | 0 | 47 | B | 50 | 49 | 39 |
| Octal | 254 | 342 | 102 | 30 | 0 | 107 | 13 | 120 | 111 | 71 |
| Binary | 10101100 | 11100010 | 1000010 | 11000 | 0 | 1000111 | 1011 | 1010000 | 1001001 | 111001 |
Color Harmonies of #ACE242
Complementary color
Monochromatic Colors of #ACE242
Black with #ACE242
Text Example
Text Example
White with #ACE242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE242; }
p { color: rgb(172,226,66); }
H1.HeaderClassName
{
color: #ACE242;
}
.AnyTagClassName
{
color: #ACE242;
}
</style>
background-color css
<style>
a { background-color: #ACE242; }
a { background-color: rgb(172,226,66); }
div.DivClassName
{
background-color: #ACE242;
}
.BgClassName
{
background-color: #ACE242;
}
</style>
border-color css
<style>
span { border-color: #ACE242; }
span { border-color: rgb(172,226,66); }
td.TdClassName
{
border-color: #ACE242;
}
.TagClassName
{
border-color: #ACE242;
}
</style>