Shades of Conifer #ACE43C
Tints of Conifer #ACE43C
RGB
CMYK
RGB Variations
Color information
#ACE43C (or 0xACE43C) is known color: Conifer. HEX triplet: AC, E4 and 3C. RGB value is (172,228,60). Sum of RGB (Red+Green+Blue) = 172+228+60=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 228 (89.45% from 255 or 49.57% from 460); Blue value is 60 (23.83% from 255 or 13.04% from 460); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE43C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE43C is #531BC3. Grayscale: #C0C0C0. Windows color (decimal): -5446596 or 3990700. OLE color: 3990700.
HSL color Cylindrical-coordinate representation of color #ACE43C: hue angle of 80º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACE43C is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 228 | 60 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.11 |
| HSL | 80º | 0.76% | 0.56% | - |
| HSV(B) | 80º | 0.74% | 0.89% | - |
| XYZ | 45.57 | 64.58 | 14.34 | - |
| YUV | 192.1 | 53.45 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 60 | 0.25 | 0 | 0.74 | 0.11 | 80 | 0.76 | 0.56 |
| Hex | AC | E4 | 3C | 19 | 0 | 4A | B | 50 | 4C | 38 |
| Octal | 254 | 344 | 74 | 31 | 0 | 112 | 13 | 120 | 114 | 70 |
| Binary | 10101100 | 11100100 | 111100 | 11001 | 0 | 1001010 | 1011 | 1010000 | 1001100 | 111000 |
Color Harmonies of #ACE43C
Complementary color
Monochromatic Colors of #ACE43C
Black with #ACE43C
Text Example
Text Example
White with #ACE43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE43C; }
p { color: rgb(172,228,60); }
H1.HeaderClassName
{
color: #ACE43C;
}
.AnyTagClassName
{
color: #ACE43C;
}
</style>
background-color css
<style>
a { background-color: #ACE43C; }
a { background-color: rgb(172,228,60); }
div.DivClassName
{
background-color: #ACE43C;
}
.BgClassName
{
background-color: #ACE43C;
}
</style>
border-color css
<style>
span { border-color: #ACE43C; }
span { border-color: rgb(172,228,60); }
td.TdClassName
{
border-color: #ACE43C;
}
.TagClassName
{
border-color: #ACE43C;
}
</style>