Shades of Conifer #ACE150
Tints of Conifer #ACE150
RGB
CMYK
RGB Variations
Color information
#ACE150 (or 0xACE150) is known color: Conifer. HEX triplet: AC, E1 and 50. RGB value is (172,225,80). Sum of RGB (Red+Green+Blue) = 172+225+80=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 80 (31.64% from 255 or 16.77% from 477); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE150 is #531EAF. Grayscale: #C1C1C1. Windows color (decimal): -5447344 or 5300652. OLE color: 5300652.
HSL color Cylindrical-coordinate representation of color #ACE150: hue angle of 81.93º degrees, saturation: 0.71, 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 #ACE150 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 80 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.12 |
| HSL | 81.93º | 0.71% | 0.6% | - |
| HSV(B) | 81.93º | 0.64% | 0.88% | - |
| XYZ | 45.39 | 63.2 | 17.4 | - |
| YUV | 192.62 | 64.44 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 80 | 0.24 | 0 | 0.64 | 0.12 | 81.93 | 0.71 | 0.6 |
| Hex | AC | E1 | 50 | 18 | 0 | 40 | C | 52 | 47 | 3C |
| Octal | 254 | 341 | 120 | 30 | 0 | 100 | 14 | 122 | 107 | 74 |
| Binary | 10101100 | 11100001 | 1010000 | 11000 | 0 | 1000000 | 1100 | 1010010 | 1000111 | 111100 |
Color Harmonies of #ACE150
Complementary color
Monochromatic Colors of #ACE150
Black with #ACE150
Text Example
Text Example
White with #ACE150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE150; }
p { color: rgb(172,225,80); }
H1.HeaderClassName
{
color: #ACE150;
}
.AnyTagClassName
{
color: #ACE150;
}
</style>
background-color css
<style>
a { background-color: #ACE150; }
a { background-color: rgb(172,225,80); }
div.DivClassName
{
background-color: #ACE150;
}
.BgClassName
{
background-color: #ACE150;
}
</style>
border-color css
<style>
span { border-color: #ACE150; }
span { border-color: rgb(172,225,80); }
td.TdClassName
{
border-color: #ACE150;
}
.TagClassName
{
border-color: #ACE150;
}
</style>