Shades of Conifer #ACE550
Tints of Conifer #ACE550
RGB
CMYK
RGB Variations
Color information
#ACE550 (or 0xACE550) is known color: Conifer. HEX triplet: AC, E5 and 50. RGB value is (172,229,80). Sum of RGB (Red+Green+Blue) = 172+229+80=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 229 (89.84% from 255 or 47.61% from 481); Blue value is 80 (31.64% from 255 or 16.63% from 481); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE550 is #531AAF. Grayscale: #C3C3C3. Windows color (decimal): -5446320 or 5301676. OLE color: 5301676.
HSL color Cylindrical-coordinate representation of color #ACE550: hue angle of 82.95º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACE550 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 80 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.10 |
| HSL | 82.95º | 0.74% | 0.61% | - |
| HSV(B) | 82.95º | 0.65% | 0.9% | - |
| XYZ | 46.48 | 65.39 | 17.76 | - |
| YUV | 194.97 | 63.12 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 80 | 0.25 | 0 | 0.65 | 0.10 | 82.95 | 0.74 | 0.61 |
| Hex | AC | E5 | 50 | 19 | 0 | 41 | A | 53 | 4A | 3D |
| Octal | 254 | 345 | 120 | 31 | 0 | 101 | 12 | 123 | 112 | 75 |
| Binary | 10101100 | 11100101 | 1010000 | 11001 | 0 | 1000001 | 1010 | 1010011 | 1001010 | 111101 |
Color Harmonies of #ACE550
Complementary color
Monochromatic Colors of #ACE550
Black with #ACE550
Text Example
Text Example
White with #ACE550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE550; }
p { color: rgb(172,229,80); }
H1.HeaderClassName
{
color: #ACE550;
}
.AnyTagClassName
{
color: #ACE550;
}
</style>
background-color css
<style>
a { background-color: #ACE550; }
a { background-color: rgb(172,229,80); }
div.DivClassName
{
background-color: #ACE550;
}
.BgClassName
{
background-color: #ACE550;
}
</style>
border-color css
<style>
span { border-color: #ACE550; }
span { border-color: rgb(172,229,80); }
td.TdClassName
{
border-color: #ACE550;
}
.TagClassName
{
border-color: #ACE550;
}
</style>