Shades of Conifer #ACE53F
Tints of Conifer #ACE53F
RGB
CMYK
RGB Variations
Color information
#ACE53F (or 0xACE53F) is known color: Conifer. HEX triplet: AC, E5 and 3F. RGB value is (172,229,63). Sum of RGB (Red+Green+Blue) = 172+229+63=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 229 (89.84% from 255 or 49.35% from 464); Blue value is 63 (25% from 255 or 13.58% from 464); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE53F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE53F is #531AC0. Grayscale: #C1C1C1. Windows color (decimal): -5446337 or 4187564. OLE color: 4187564.
HSL color Cylindrical-coordinate representation of color #ACE53F: hue angle of 80.6º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACE53F is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 63 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.10 |
| HSL | 80.6º | 0.76% | 0.57% | - |
| HSV(B) | 80.6º | 0.72% | 0.9% | - |
| XYZ | 45.93 | 65.17 | 14.86 | - |
| YUV | 193.03 | 54.62 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 63 | 0.25 | 0 | 0.72 | 0.10 | 80.6 | 0.76 | 0.57 |
| Hex | AC | E5 | 3F | 19 | 0 | 48 | A | 51 | 4C | 39 |
| Octal | 254 | 345 | 77 | 31 | 0 | 110 | 12 | 121 | 114 | 71 |
| Binary | 10101100 | 11100101 | 111111 | 11001 | 0 | 1001000 | 1010 | 1010001 | 1001100 | 111001 |
Color Harmonies of #ACE53F
Complementary color
Monochromatic Colors of #ACE53F
Black with #ACE53F
Text Example
Text Example
White with #ACE53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE53F; }
p { color: rgb(172,229,63); }
H1.HeaderClassName
{
color: #ACE53F;
}
.AnyTagClassName
{
color: #ACE53F;
}
</style>
background-color css
<style>
a { background-color: #ACE53F; }
a { background-color: rgb(172,229,63); }
div.DivClassName
{
background-color: #ACE53F;
}
.BgClassName
{
background-color: #ACE53F;
}
</style>
border-color css
<style>
span { border-color: #ACE53F; }
span { border-color: rgb(172,229,63); }
td.TdClassName
{
border-color: #ACE53F;
}
.TagClassName
{
border-color: #ACE53F;
}
</style>