Shades of Conifer #ACE03D
Tints of Conifer #ACE03D
RGB
CMYK
RGB Variations
Color information
#ACE03D (or 0xACE03D) is known color: Conifer. HEX triplet: AC, E0 and 3D. RGB value is (172,224,61). Sum of RGB (Red+Green+Blue) = 172+224+61=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 224 (87.89% from 255 or 49.02% from 457); Blue value is 61 (24.22% from 255 or 13.35% from 457); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE03D is #531FC2. Grayscale: #BEBEBE. Windows color (decimal): -5447619 or 4055212. OLE color: 4055212.
HSL color Cylindrical-coordinate representation of color #ACE03D: hue angle of 79.14º degrees, saturation: 0.72, 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 #ACE03D is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 61 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.12 |
| HSL | 79.14º | 0.72% | 0.56% | - |
| HSV(B) | 79.14º | 0.73% | 0.88% | - |
| XYZ | 44.51 | 62.42 | 14.12 | - |
| YUV | 189.87 | 55.27 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 61 | 0.23 | 0 | 0.73 | 0.12 | 79.14 | 0.72 | 0.56 |
| Hex | AC | E0 | 3D | 17 | 0 | 49 | C | 4F | 48 | 38 |
| Octal | 254 | 340 | 75 | 27 | 0 | 111 | 14 | 117 | 110 | 70 |
| Binary | 10101100 | 11100000 | 111101 | 10111 | 0 | 1001001 | 1100 | 1001111 | 1001000 | 111000 |
Color Harmonies of #ACE03D
Complementary color
Monochromatic Colors of #ACE03D
Black with #ACE03D
Text Example
Text Example
White with #ACE03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE03D; }
p { color: rgb(172,224,61); }
H1.HeaderClassName
{
color: #ACE03D;
}
.AnyTagClassName
{
color: #ACE03D;
}
</style>
background-color css
<style>
a { background-color: #ACE03D; }
a { background-color: rgb(172,224,61); }
div.DivClassName
{
background-color: #ACE03D;
}
.BgClassName
{
background-color: #ACE03D;
}
</style>
border-color css
<style>
span { border-color: #ACE03D; }
span { border-color: rgb(172,224,61); }
td.TdClassName
{
border-color: #ACE03D;
}
.TagClassName
{
border-color: #ACE03D;
}
</style>