Shades of Conifer #ACE43A
Tints of Conifer #ACE43A
RGB
CMYK
RGB Variations
Color information
#ACE43A (or 0xACE43A) is known color: Conifer. HEX triplet: AC, E4 and 3A. RGB value is (172,228,58). Sum of RGB (Red+Green+Blue) = 172+228+58=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 228 (89.45% from 255 or 49.78% from 458); Blue value is 58 (23.05% from 255 or 12.66% from 458); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE43A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE43A is #531BC5. Grayscale: #C0C0C0. Windows color (decimal): -5446598 or 3859628. OLE color: 3859628.
HSL color Cylindrical-coordinate representation of color #ACE43A: hue angle of 79.76º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACE43A is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 228 | 58 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.11 |
| HSL | 79.76º | 0.76% | 0.56% | - |
| HSV(B) | 79.76º | 0.75% | 0.89% | - |
| XYZ | 45.52 | 64.56 | 14.07 | - |
| YUV | 191.88 | 52.45 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 58 | 0.25 | 0 | 0.75 | 0.11 | 79.76 | 0.76 | 0.56 |
| Hex | AC | E4 | 3A | 19 | 0 | 4B | B | 50 | 4C | 38 |
| Octal | 254 | 344 | 72 | 31 | 0 | 113 | 13 | 120 | 114 | 70 |
| Binary | 10101100 | 11100100 | 111010 | 11001 | 0 | 1001011 | 1011 | 1010000 | 1001100 | 111000 |
Color Harmonies of #ACE43A
Complementary color
Monochromatic Colors of #ACE43A
Black with #ACE43A
Text Example
Text Example
White with #ACE43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE43A; }
p { color: rgb(172,228,58); }
H1.HeaderClassName
{
color: #ACE43A;
}
.AnyTagClassName
{
color: #ACE43A;
}
</style>
background-color css
<style>
a { background-color: #ACE43A; }
a { background-color: rgb(172,228,58); }
div.DivClassName
{
background-color: #ACE43A;
}
.BgClassName
{
background-color: #ACE43A;
}
</style>
border-color css
<style>
span { border-color: #ACE43A; }
span { border-color: rgb(172,228,58); }
td.TdClassName
{
border-color: #ACE43A;
}
.TagClassName
{
border-color: #ACE43A;
}
</style>