Shades of Conifer #ACE06A
Tints of Conifer #ACE06A
RGB
CMYK
RGB Variations
Color information
#ACE06A (or 0xACE06A) is known color: Conifer. HEX triplet: AC, E0 and 6A. RGB value is (172,224,106). Sum of RGB (Red+Green+Blue) = 172+224+106=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 106 (41.80% from 255 or 21.12% from 502); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE06A is #531F95. Grayscale: #C3C3C3. Windows color (decimal): -5447574 or 7004332. OLE color: 7004332.
HSL color Cylindrical-coordinate representation of color #ACE06A: hue angle of 86.44º 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 #ACE06A is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 106 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.12 |
| HSL | 86.44º | 0.66% | 0.65% | - |
| HSV(B) | 86.44º | 0.53% | 0.88% | - |
| XYZ | 46.27 | 63.12 | 23.38 | - |
| YUV | 195 | 77.77 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 106 | 0.23 | 0 | 0.53 | 0.12 | 86.44 | 0.66 | 0.65 |
| Hex | AC | E0 | 6A | 17 | 0 | 35 | C | 56 | 42 | 41 |
| Octal | 254 | 340 | 152 | 27 | 0 | 65 | 14 | 126 | 102 | 101 |
| Binary | 10101100 | 11100000 | 1101010 | 10111 | 0 | 110101 | 1100 | 1010110 | 1000010 | 1000001 |
Color Harmonies of #ACE06A
Complementary color
Monochromatic Colors of #ACE06A
Black with #ACE06A
Text Example
Text Example
White with #ACE06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE06A; }
p { color: rgb(172,224,106); }
H1.HeaderClassName
{
color: #ACE06A;
}
.AnyTagClassName
{
color: #ACE06A;
}
</style>
background-color css
<style>
a { background-color: #ACE06A; }
a { background-color: rgb(172,224,106); }
div.DivClassName
{
background-color: #ACE06A;
}
.BgClassName
{
background-color: #ACE06A;
}
</style>
border-color css
<style>
span { border-color: #ACE06A; }
span { border-color: rgb(172,224,106); }
td.TdClassName
{
border-color: #ACE06A;
}
.TagClassName
{
border-color: #ACE06A;
}
</style>