Shades of Conifer #ACE03C
Tints of Conifer #ACE03C
RGB
CMYK
RGB Variations
Color information
#ACE03C (or 0xACE03C) is known color: Conifer. HEX triplet: AC, E0 and 3C. RGB value is (172,224,60). Sum of RGB (Red+Green+Blue) = 172+224+60=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 224 (87.89% from 255 or 49.12% from 456); Blue value is 60 (23.83% from 255 or 13.16% from 456); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE03C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE03C is #531FC3. Grayscale: #BEBEBE. Windows color (decimal): -5447620 or 3989676. OLE color: 3989676.
HSL color Cylindrical-coordinate representation of color #ACE03C: hue angle of 79.02º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACE03C is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 60 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.12 |
| HSL | 79.02º | 0.73% | 0.56% | - |
| HSV(B) | 79.02º | 0.73% | 0.88% | - |
| XYZ | 44.48 | 62.41 | 13.98 | - |
| YUV | 189.76 | 54.77 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 60 | 0.23 | 0 | 0.73 | 0.12 | 79.02 | 0.73 | 0.56 |
| Hex | AC | E0 | 3C | 17 | 0 | 49 | C | 4F | 49 | 38 |
| Octal | 254 | 340 | 74 | 27 | 0 | 111 | 14 | 117 | 111 | 70 |
| Binary | 10101100 | 11100000 | 111100 | 10111 | 0 | 1001001 | 1100 | 1001111 | 1001001 | 111000 |
Color Harmonies of #ACE03C
Complementary color
Monochromatic Colors of #ACE03C
Black with #ACE03C
Text Example
Text Example
White with #ACE03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE03C; }
p { color: rgb(172,224,60); }
H1.HeaderClassName
{
color: #ACE03C;
}
.AnyTagClassName
{
color: #ACE03C;
}
</style>
background-color css
<style>
a { background-color: #ACE03C; }
a { background-color: rgb(172,224,60); }
div.DivClassName
{
background-color: #ACE03C;
}
.BgClassName
{
background-color: #ACE03C;
}
</style>
border-color css
<style>
span { border-color: #ACE03C; }
span { border-color: rgb(172,224,60); }
td.TdClassName
{
border-color: #ACE03C;
}
.TagClassName
{
border-color: #ACE03C;
}
</style>