Shades of Conifer #ACE53D
Tints of Conifer #ACE53D
RGB
CMYK
RGB Variations
Color information
#ACE53D (or 0xACE53D) is known color: Conifer. HEX triplet: AC, E5 and 3D. RGB value is (172,229,61). Sum of RGB (Red+Green+Blue) = 172+229+61=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 229 (89.84% from 255 or 49.57% from 462); Blue value is 61 (24.22% from 255 or 13.20% from 462); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE53D is #531AC2. Grayscale: #C1C1C1. Windows color (decimal): -5446339 or 4056492. OLE color: 4056492.
HSL color Cylindrical-coordinate representation of color #ACE53D: hue angle of 80.36º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACE53D is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 61 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.10 |
| HSL | 80.36º | 0.76% | 0.57% | - |
| HSV(B) | 80.36º | 0.73% | 0.9% | - |
| XYZ | 45.87 | 65.15 | 14.57 | - |
| YUV | 192.81 | 53.62 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 61 | 0.25 | 0 | 0.73 | 0.10 | 80.36 | 0.76 | 0.57 |
| Hex | AC | E5 | 3D | 19 | 0 | 49 | A | 50 | 4C | 39 |
| Octal | 254 | 345 | 75 | 31 | 0 | 111 | 12 | 120 | 114 | 71 |
| Binary | 10101100 | 11100101 | 111101 | 11001 | 0 | 1001001 | 1010 | 1010000 | 1001100 | 111001 |
Color Harmonies of #ACE53D
Complementary color
Monochromatic Colors of #ACE53D
Black with #ACE53D
Text Example
Text Example
White with #ACE53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE53D; }
p { color: rgb(172,229,61); }
H1.HeaderClassName
{
color: #ACE53D;
}
.AnyTagClassName
{
color: #ACE53D;
}
</style>
background-color css
<style>
a { background-color: #ACE53D; }
a { background-color: rgb(172,229,61); }
div.DivClassName
{
background-color: #ACE53D;
}
.BgClassName
{
background-color: #ACE53D;
}
</style>
border-color css
<style>
span { border-color: #ACE53D; }
span { border-color: rgb(172,229,61); }
td.TdClassName
{
border-color: #ACE53D;
}
.TagClassName
{
border-color: #ACE53D;
}
</style>