Shades of Conifer #ACE541
Tints of Conifer #ACE541
RGB
CMYK
RGB Variations
Color information
#ACE541 (or 0xACE541) is known color: Conifer. HEX triplet: AC, E5 and 41. RGB value is (172,229,65). Sum of RGB (Red+Green+Blue) = 172+229+65=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 229 (89.84% from 255 or 49.14% from 466); Blue value is 65 (25.78% from 255 or 13.95% from 466); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE541 is #531ABE. Grayscale: #C1C1C1. Windows color (decimal): -5446335 or 4318636. OLE color: 4318636.
HSL color Cylindrical-coordinate representation of color #ACE541: hue angle of 80.85º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACE541 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 65 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.10 |
| HSL | 80.85º | 0.76% | 0.58% | - |
| HSV(B) | 80.85º | 0.72% | 0.9% | - |
| XYZ | 45.99 | 65.19 | 15.16 | - |
| YUV | 193.26 | 55.62 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 65 | 0.25 | 0 | 0.72 | 0.10 | 80.85 | 0.76 | 0.58 |
| Hex | AC | E5 | 41 | 19 | 0 | 48 | A | 51 | 4C | 3A |
| Octal | 254 | 345 | 101 | 31 | 0 | 110 | 12 | 121 | 114 | 72 |
| Binary | 10101100 | 11100101 | 1000001 | 11001 | 0 | 1001000 | 1010 | 1010001 | 1001100 | 111010 |
Color Harmonies of #ACE541
Complementary color
Monochromatic Colors of #ACE541
Black with #ACE541
Text Example
Text Example
White with #ACE541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE541; }
p { color: rgb(172,229,65); }
H1.HeaderClassName
{
color: #ACE541;
}
.AnyTagClassName
{
color: #ACE541;
}
</style>
background-color css
<style>
a { background-color: #ACE541; }
a { background-color: rgb(172,229,65); }
div.DivClassName
{
background-color: #ACE541;
}
.BgClassName
{
background-color: #ACE541;
}
</style>
border-color css
<style>
span { border-color: #ACE541; }
span { border-color: rgb(172,229,65); }
td.TdClassName
{
border-color: #ACE541;
}
.TagClassName
{
border-color: #ACE541;
}
</style>