Shades of Conifer #ACE050
Tints of Conifer #ACE050
RGB
CMYK
RGB Variations
Color information
#ACE050 (or 0xACE050) is known color: Conifer. HEX triplet: AC, E0 and 50. RGB value is (172,224,80). Sum of RGB (Red+Green+Blue) = 172+224+80=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 224 (87.89% from 255 or 47.06% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE050 is #531FAF. Grayscale: #C0C0C0. Windows color (decimal): -5447600 or 5300396. OLE color: 5300396.
HSL color Cylindrical-coordinate representation of color #ACE050: hue angle of 81.67º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACE050 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 80 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.12 |
| HSL | 81.67º | 0.7% | 0.6% | - |
| HSV(B) | 81.67º | 0.64% | 0.88% | - |
| XYZ | 45.12 | 62.66 | 17.31 | - |
| YUV | 192.04 | 64.77 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 80 | 0.23 | 0 | 0.64 | 0.12 | 81.67 | 0.7 | 0.6 |
| Hex | AC | E0 | 50 | 17 | 0 | 40 | C | 52 | 46 | 3C |
| Octal | 254 | 340 | 120 | 27 | 0 | 100 | 14 | 122 | 106 | 74 |
| Binary | 10101100 | 11100000 | 1010000 | 10111 | 0 | 1000000 | 1100 | 1010010 | 1000110 | 111100 |
Color Harmonies of #ACE050
Complementary color
Monochromatic Colors of #ACE050
Black with #ACE050
Text Example
Text Example
White with #ACE050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE050; }
p { color: rgb(172,224,80); }
H1.HeaderClassName
{
color: #ACE050;
}
.AnyTagClassName
{
color: #ACE050;
}
</style>
background-color css
<style>
a { background-color: #ACE050; }
a { background-color: rgb(172,224,80); }
div.DivClassName
{
background-color: #ACE050;
}
.BgClassName
{
background-color: #ACE050;
}
</style>
border-color css
<style>
span { border-color: #ACE050; }
span { border-color: rgb(172,224,80); }
td.TdClassName
{
border-color: #ACE050;
}
.TagClassName
{
border-color: #ACE050;
}
</style>