Shades of Conifer #ACE069
Tints of Conifer #ACE069
RGB
CMYK
RGB Variations
Color information
#ACE069 (or 0xACE069) is known color: Conifer. HEX triplet: AC, E0 and 69. RGB value is (172,224,105). Sum of RGB (Red+Green+Blue) = 172+224+105=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 224 (87.89% from 255 or 44.71% from 501); Blue value is 105 (41.41% from 255 or 20.96% from 501); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE069 is #531F96. Grayscale: #C3C3C3. Windows color (decimal): -5447575 or 6938796. OLE color: 6938796.
HSL color Cylindrical-coordinate representation of color #ACE069: hue angle of 86.22º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACE069 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 105 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.12 |
| HSL | 86.22º | 0.66% | 0.65% | - |
| HSV(B) | 86.22º | 0.53% | 0.88% | - |
| XYZ | 46.22 | 63.1 | 23.11 | - |
| YUV | 194.89 | 77.27 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 105 | 0.23 | 0 | 0.53 | 0.12 | 86.22 | 0.66 | 0.65 |
| Hex | AC | E0 | 69 | 17 | 0 | 35 | C | 56 | 42 | 41 |
| Octal | 254 | 340 | 151 | 27 | 0 | 65 | 14 | 126 | 102 | 101 |
| Binary | 10101100 | 11100000 | 1101001 | 10111 | 0 | 110101 | 1100 | 1010110 | 1000010 | 1000001 |
Color Harmonies of #ACE069
Complementary color
Monochromatic Colors of #ACE069
Black with #ACE069
Text Example
Text Example
White with #ACE069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE069; }
p { color: rgb(172,224,105); }
H1.HeaderClassName
{
color: #ACE069;
}
.AnyTagClassName
{
color: #ACE069;
}
</style>
background-color css
<style>
a { background-color: #ACE069; }
a { background-color: rgb(172,224,105); }
div.DivClassName
{
background-color: #ACE069;
}
.BgClassName
{
background-color: #ACE069;
}
</style>
border-color css
<style>
span { border-color: #ACE069; }
span { border-color: rgb(172,224,105); }
td.TdClassName
{
border-color: #ACE069;
}
.TagClassName
{
border-color: #ACE069;
}
</style>