Shades of Conifer #ACE15C
Tints of Conifer #ACE15C
RGB
CMYK
RGB Variations
Color information
#ACE15C (or 0xACE15C) is known color: Conifer. HEX triplet: AC, E1 and 5C. RGB value is (172,225,92). Sum of RGB (Red+Green+Blue) = 172+225+92=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 92 (36.33% from 255 or 18.81% from 489); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE15C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE15C is #531EA3. Grayscale: #C2C2C2. Windows color (decimal): -5447332 or 6087084. OLE color: 6087084.
HSL color Cylindrical-coordinate representation of color #ACE15C: hue angle of 83.91º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACE15C is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 92 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.12 |
| HSL | 83.91º | 0.69% | 0.62% | - |
| HSV(B) | 83.91º | 0.59% | 0.88% | - |
| XYZ | 45.87 | 63.39 | 19.94 | - |
| YUV | 193.99 | 70.44 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 92 | 0.24 | 0 | 0.59 | 0.12 | 83.91 | 0.69 | 0.62 |
| Hex | AC | E1 | 5C | 18 | 0 | 3B | C | 54 | 45 | 3E |
| Octal | 254 | 341 | 134 | 30 | 0 | 73 | 14 | 124 | 105 | 76 |
| Binary | 10101100 | 11100001 | 1011100 | 11000 | 0 | 111011 | 1100 | 1010100 | 1000101 | 111110 |
Color Harmonies of #ACE15C
Complementary color
Monochromatic Colors of #ACE15C
Black with #ACE15C
Text Example
Text Example
White with #ACE15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE15C; }
p { color: rgb(172,225,92); }
H1.HeaderClassName
{
color: #ACE15C;
}
.AnyTagClassName
{
color: #ACE15C;
}
</style>
background-color css
<style>
a { background-color: #ACE15C; }
a { background-color: rgb(172,225,92); }
div.DivClassName
{
background-color: #ACE15C;
}
.BgClassName
{
background-color: #ACE15C;
}
</style>
border-color css
<style>
span { border-color: #ACE15C; }
span { border-color: rgb(172,225,92); }
td.TdClassName
{
border-color: #ACE15C;
}
.TagClassName
{
border-color: #ACE15C;
}
</style>