Shades of Conifer #ACE16C
Tints of Conifer #ACE16C
RGB
CMYK
RGB Variations
Color information
#ACE16C (or 0xACE16C) is known color: Conifer. HEX triplet: AC, E1 and 6C. RGB value is (172,225,108). Sum of RGB (Red+Green+Blue) = 172+225+108=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 108 (42.58% from 255 or 21.39% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE16C is #531E93. Grayscale: #C4C4C4. Windows color (decimal): -5447316 or 7135660. OLE color: 7135660.
HSL color Cylindrical-coordinate representation of color #ACE16C: hue angle of 87.18º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACE16C is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 108 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.12 |
| HSL | 87.18º | 0.66% | 0.65% | - |
| HSV(B) | 87.18º | 0.52% | 0.88% | - |
| XYZ | 46.65 | 63.7 | 24.02 | - |
| YUV | 195.82 | 78.44 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 108 | 0.24 | 0 | 0.52 | 0.12 | 87.18 | 0.66 | 0.65 |
| Hex | AC | E1 | 6C | 18 | 0 | 34 | C | 57 | 42 | 41 |
| Octal | 254 | 341 | 154 | 30 | 0 | 64 | 14 | 127 | 102 | 101 |
| Binary | 10101100 | 11100001 | 1101100 | 11000 | 0 | 110100 | 1100 | 1010111 | 1000010 | 1000001 |
Color Harmonies of #ACE16C
Complementary color
Monochromatic Colors of #ACE16C
Black with #ACE16C
Text Example
Text Example
White with #ACE16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE16C; }
p { color: rgb(172,225,108); }
H1.HeaderClassName
{
color: #ACE16C;
}
.AnyTagClassName
{
color: #ACE16C;
}
</style>
background-color css
<style>
a { background-color: #ACE16C; }
a { background-color: rgb(172,225,108); }
div.DivClassName
{
background-color: #ACE16C;
}
.BgClassName
{
background-color: #ACE16C;
}
</style>
border-color css
<style>
span { border-color: #ACE16C; }
span { border-color: rgb(172,225,108); }
td.TdClassName
{
border-color: #ACE16C;
}
.TagClassName
{
border-color: #ACE16C;
}
</style>