Shades of Conifer #ACE350
Tints of Conifer #ACE350
RGB
CMYK
RGB Variations
Color information
#ACE350 (or 0xACE350) is known color: Conifer. HEX triplet: AC, E3 and 50. RGB value is (172,227,80). Sum of RGB (Red+Green+Blue) = 172+227+80=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 227 (89.06% from 255 or 47.39% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE350 is #531CAF. Grayscale: #C2C2C2. Windows color (decimal): -5446832 or 5301164. OLE color: 5301164.
HSL color Cylindrical-coordinate representation of color #ACE350: hue angle of 82.45º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACE350 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 80 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.11 |
| HSL | 82.45º | 0.72% | 0.6% | - |
| HSV(B) | 82.45º | 0.65% | 0.89% | - |
| XYZ | 45.93 | 64.29 | 17.58 | - |
| YUV | 193.8 | 63.78 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 80 | 0.24 | 0 | 0.65 | 0.11 | 82.45 | 0.72 | 0.6 |
| Hex | AC | E3 | 50 | 18 | 0 | 41 | B | 52 | 48 | 3C |
| Octal | 254 | 343 | 120 | 30 | 0 | 101 | 13 | 122 | 110 | 74 |
| Binary | 10101100 | 11100011 | 1010000 | 11000 | 0 | 1000001 | 1011 | 1010010 | 1001000 | 111100 |
Color Harmonies of #ACE350
Complementary color
Monochromatic Colors of #ACE350
Black with #ACE350
Text Example
Text Example
White with #ACE350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE350; }
p { color: rgb(172,227,80); }
H1.HeaderClassName
{
color: #ACE350;
}
.AnyTagClassName
{
color: #ACE350;
}
</style>
background-color css
<style>
a { background-color: #ACE350; }
a { background-color: rgb(172,227,80); }
div.DivClassName
{
background-color: #ACE350;
}
.BgClassName
{
background-color: #ACE350;
}
</style>
border-color css
<style>
span { border-color: #ACE350; }
span { border-color: rgb(172,227,80); }
td.TdClassName
{
border-color: #ACE350;
}
.TagClassName
{
border-color: #ACE350;
}
</style>