Shades of Conifer #ACE05C
Tints of Conifer #ACE05C
RGB
CMYK
RGB Variations
Color information
#ACE05C (or 0xACE05C) is known color: Conifer. HEX triplet: AC, E0 and 5C. RGB value is (172,224,92). Sum of RGB (Red+Green+Blue) = 172+224+92=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE05C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE05C is #531FA3. Grayscale: #C1C1C1. Windows color (decimal): -5447588 or 6086828. OLE color: 6086828.
HSL color Cylindrical-coordinate representation of color #ACE05C: hue angle of 83.64º degrees, saturation: 0.68, 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 #ACE05C is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 92 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.12 |
| HSL | 83.64º | 0.68% | 0.62% | - |
| HSV(B) | 83.64º | 0.59% | 0.88% | - |
| XYZ | 45.6 | 62.85 | 19.85 | - |
| YUV | 193.4 | 70.77 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 92 | 0.23 | 0 | 0.59 | 0.12 | 83.64 | 0.68 | 0.62 |
| Hex | AC | E0 | 5C | 17 | 0 | 3B | C | 54 | 44 | 3E |
| Octal | 254 | 340 | 134 | 27 | 0 | 73 | 14 | 124 | 104 | 76 |
| Binary | 10101100 | 11100000 | 1011100 | 10111 | 0 | 111011 | 1100 | 1010100 | 1000100 | 111110 |
Color Harmonies of #ACE05C
Complementary color
Monochromatic Colors of #ACE05C
Black with #ACE05C
Text Example
Text Example
White with #ACE05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE05C; }
p { color: rgb(172,224,92); }
H1.HeaderClassName
{
color: #ACE05C;
}
.AnyTagClassName
{
color: #ACE05C;
}
</style>
background-color css
<style>
a { background-color: #ACE05C; }
a { background-color: rgb(172,224,92); }
div.DivClassName
{
background-color: #ACE05C;
}
.BgClassName
{
background-color: #ACE05C;
}
</style>
border-color css
<style>
span { border-color: #ACE05C; }
span { border-color: rgb(172,224,92); }
td.TdClassName
{
border-color: #ACE05C;
}
.TagClassName
{
border-color: #ACE05C;
}
</style>