Shades of Conifer #ACE266
Tints of Conifer #ACE266
RGB
CMYK
RGB Variations
Color information
#ACE266 (or 0xACE266) is known color: Conifer. HEX triplet: AC, E2 and 66. RGB value is (172,226,102). Sum of RGB (Red+Green+Blue) = 172+226+102=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 226 (88.67% from 255 or 45.2% from 500); Blue value is 102 (40.23% from 255 or 20.4% from 500); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE266 is #531D99. Grayscale: #C4C4C4. Windows color (decimal): -5447066 or 6742700. OLE color: 6742700.
HSL color Cylindrical-coordinate representation of color #ACE266: hue angle of 86.13º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACE266 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 102 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.11 |
| HSL | 86.13º | 0.68% | 0.64% | - |
| HSV(B) | 86.13º | 0.55% | 0.89% | - |
| XYZ | 46.61 | 64.12 | 22.49 | - |
| YUV | 195.72 | 75.11 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 102 | 0.24 | 0 | 0.55 | 0.11 | 86.13 | 0.68 | 0.64 |
| Hex | AC | E2 | 66 | 18 | 0 | 37 | B | 56 | 44 | 40 |
| Octal | 254 | 342 | 146 | 30 | 0 | 67 | 13 | 126 | 104 | 100 |
| Binary | 10101100 | 11100010 | 1100110 | 11000 | 0 | 110111 | 1011 | 1010110 | 1000100 | 1000000 |
Color Harmonies of #ACE266
Complementary color
Monochromatic Colors of #ACE266
Black with #ACE266
Text Example
Text Example
White with #ACE266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE266; }
p { color: rgb(172,226,102); }
H1.HeaderClassName
{
color: #ACE266;
}
.AnyTagClassName
{
color: #ACE266;
}
</style>
background-color css
<style>
a { background-color: #ACE266; }
a { background-color: rgb(172,226,102); }
div.DivClassName
{
background-color: #ACE266;
}
.BgClassName
{
background-color: #ACE266;
}
</style>
border-color css
<style>
span { border-color: #ACE266; }
span { border-color: rgb(172,226,102); }
td.TdClassName
{
border-color: #ACE266;
}
.TagClassName
{
border-color: #ACE266;
}
</style>