Shades of Conifer #ACE548
Tints of Conifer #ACE548
RGB
CMYK
RGB Variations
Color information
#ACE548 (or 0xACE548) is known color: Conifer. HEX triplet: AC, E5 and 48. RGB value is (172,229,72). Sum of RGB (Red+Green+Blue) = 172+229+72=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 229 (89.84% from 255 or 48.41% from 473); Blue value is 72 (28.52% from 255 or 15.22% from 473); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE548 is #531AB7. Grayscale: #C2C2C2. Windows color (decimal): -5446328 or 4777388. OLE color: 4777388.
HSL color Cylindrical-coordinate representation of color #ACE548: hue angle of 81.78º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACE548 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 72 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.10 |
| HSL | 81.78º | 0.75% | 0.59% | - |
| HSV(B) | 81.78º | 0.69% | 0.9% | - |
| XYZ | 46.2 | 65.28 | 16.3 | - |
| YUV | 194.06 | 59.12 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 72 | 0.25 | 0 | 0.69 | 0.10 | 81.78 | 0.75 | 0.59 |
| Hex | AC | E5 | 48 | 19 | 0 | 45 | A | 52 | 4B | 3B |
| Octal | 254 | 345 | 110 | 31 | 0 | 105 | 12 | 122 | 113 | 73 |
| Binary | 10101100 | 11100101 | 1001000 | 11001 | 0 | 1000101 | 1010 | 1010010 | 1001011 | 111011 |
Color Harmonies of #ACE548
Complementary color
Monochromatic Colors of #ACE548
Black with #ACE548
Text Example
Text Example
White with #ACE548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE548; }
p { color: rgb(172,229,72); }
H1.HeaderClassName
{
color: #ACE548;
}
.AnyTagClassName
{
color: #ACE548;
}
</style>
background-color css
<style>
a { background-color: #ACE548; }
a { background-color: rgb(172,229,72); }
div.DivClassName
{
background-color: #ACE548;
}
.BgClassName
{
background-color: #ACE548;
}
</style>
border-color css
<style>
span { border-color: #ACE548; }
span { border-color: rgb(172,229,72); }
td.TdClassName
{
border-color: #ACE548;
}
.TagClassName
{
border-color: #ACE548;
}
</style>