Shades of Conifer #ACE53C
Tints of Conifer #ACE53C
RGB
CMYK
RGB Variations
Color information
#ACE53C (or 0xACE53C) is known color: Conifer. HEX triplet: AC, E5 and 3C. RGB value is (172,229,60). Sum of RGB (Red+Green+Blue) = 172+229+60=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 229 (89.84% from 255 or 49.67% from 461); Blue value is 60 (23.83% from 255 or 13.02% from 461); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE53C is #531AC3. Grayscale: #C1C1C1. Windows color (decimal): -5446340 or 3990956. OLE color: 3990956.
HSL color Cylindrical-coordinate representation of color #ACE53C: hue angle of 80.24º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACE53C is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 60 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.10 |
| HSL | 80.24º | 0.76% | 0.57% | - |
| HSV(B) | 80.24º | 0.74% | 0.9% | - |
| XYZ | 45.85 | 65.14 | 14.43 | - |
| YUV | 192.69 | 53.12 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 60 | 0.25 | 0 | 0.74 | 0.10 | 80.24 | 0.76 | 0.57 |
| Hex | AC | E5 | 3C | 19 | 0 | 4A | A | 50 | 4C | 39 |
| Octal | 254 | 345 | 74 | 31 | 0 | 112 | 12 | 120 | 114 | 71 |
| Binary | 10101100 | 11100101 | 111100 | 11001 | 0 | 1001010 | 1010 | 1010000 | 1001100 | 111001 |
Color Harmonies of #ACE53C
Complementary color
Monochromatic Colors of #ACE53C
Black with #ACE53C
Text Example
Text Example
White with #ACE53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE53C; }
p { color: rgb(172,229,60); }
H1.HeaderClassName
{
color: #ACE53C;
}
.AnyTagClassName
{
color: #ACE53C;
}
</style>
background-color css
<style>
a { background-color: #ACE53C; }
a { background-color: rgb(172,229,60); }
div.DivClassName
{
background-color: #ACE53C;
}
.BgClassName
{
background-color: #ACE53C;
}
</style>
border-color css
<style>
span { border-color: #ACE53C; }
span { border-color: rgb(172,229,60); }
td.TdClassName
{
border-color: #ACE53C;
}
.TagClassName
{
border-color: #ACE53C;
}
</style>