Shades of Conifer #ACE142
Tints of Conifer #ACE142
RGB
CMYK
RGB Variations
Color information
#ACE142 (or 0xACE142) is known color: Conifer. HEX triplet: AC, E1 and 42. RGB value is (172,225,66). Sum of RGB (Red+Green+Blue) = 172+225+66=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 225 (88.28% from 255 or 48.60% from 463); Blue value is 66 (26.17% from 255 or 14.25% from 463); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE142 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE142 is #531EBD. Grayscale: #BFBFBF. Windows color (decimal): -5447358 or 4383148. OLE color: 4383148.
HSL color Cylindrical-coordinate representation of color #ACE142: hue angle of 80º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACE142 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 66 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.12 |
| HSL | 80º | 0.73% | 0.57% | - |
| HSV(B) | 80º | 0.71% | 0.88% | - |
| XYZ | 44.92 | 63.01 | 14.95 | - |
| YUV | 191.03 | 57.44 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 66 | 0.24 | 0 | 0.71 | 0.12 | 80 | 0.73 | 0.57 |
| Hex | AC | E1 | 42 | 18 | 0 | 47 | C | 50 | 49 | 39 |
| Octal | 254 | 341 | 102 | 30 | 0 | 107 | 14 | 120 | 111 | 71 |
| Binary | 10101100 | 11100001 | 1000010 | 11000 | 0 | 1000111 | 1100 | 1010000 | 1001001 | 111001 |
Color Harmonies of #ACE142
Complementary color
Monochromatic Colors of #ACE142
Black with #ACE142
Text Example
Text Example
White with #ACE142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE142; }
p { color: rgb(172,225,66); }
H1.HeaderClassName
{
color: #ACE142;
}
.AnyTagClassName
{
color: #ACE142;
}
</style>
background-color css
<style>
a { background-color: #ACE142; }
a { background-color: rgb(172,225,66); }
div.DivClassName
{
background-color: #ACE142;
}
.BgClassName
{
background-color: #ACE142;
}
</style>
border-color css
<style>
span { border-color: #ACE142; }
span { border-color: rgb(172,225,66); }
td.TdClassName
{
border-color: #ACE142;
}
.TagClassName
{
border-color: #ACE142;
}
</style>