Shades of Conifer #ACE366
Tints of Conifer #ACE366
RGB
CMYK
RGB Variations
Color information
#ACE366 (or 0xACE366) is known color: Conifer. HEX triplet: AC, E3 and 66. RGB value is (172,227,102). Sum of RGB (Red+Green+Blue) = 172+227+102=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 227 (89.06% from 255 or 45.31% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE366 is #531C99. Grayscale: #C4C4C4. Windows color (decimal): -5446810 or 6742956. OLE color: 6742956.
HSL color Cylindrical-coordinate representation of color #ACE366: hue angle of 86.4º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACE366 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 102 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.11 |
| HSL | 86.4º | 0.69% | 0.65% | - |
| HSV(B) | 86.4º | 0.55% | 0.89% | - |
| XYZ | 46.88 | 64.67 | 22.58 | - |
| YUV | 196.31 | 74.78 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 102 | 0.24 | 0 | 0.55 | 0.11 | 86.4 | 0.69 | 0.65 |
| Hex | AC | E3 | 66 | 18 | 0 | 37 | B | 56 | 45 | 41 |
| Octal | 254 | 343 | 146 | 30 | 0 | 67 | 13 | 126 | 105 | 101 |
| Binary | 10101100 | 11100011 | 1100110 | 11000 | 0 | 110111 | 1011 | 1010110 | 1000101 | 1000001 |
Color Harmonies of #ACE366
Complementary color
Monochromatic Colors of #ACE366
Black with #ACE366
Text Example
Text Example
White with #ACE366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE366; }
p { color: rgb(172,227,102); }
H1.HeaderClassName
{
color: #ACE366;
}
.AnyTagClassName
{
color: #ACE366;
}
</style>
background-color css
<style>
a { background-color: #ACE366; }
a { background-color: rgb(172,227,102); }
div.DivClassName
{
background-color: #ACE366;
}
.BgClassName
{
background-color: #ACE366;
}
</style>
border-color css
<style>
span { border-color: #ACE366; }
span { border-color: rgb(172,227,102); }
td.TdClassName
{
border-color: #ACE366;
}
.TagClassName
{
border-color: #ACE366;
}
</style>