Shades of Conifer #ACE355
Tints of Conifer #ACE355
RGB
CMYK
RGB Variations
Color information
#ACE355 (or 0xACE355) is known color: Conifer. HEX triplet: AC, E3 and 55. RGB value is (172,227,85). Sum of RGB (Red+Green+Blue) = 172+227+85=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 227 (89.06% from 255 or 46.90% from 484); Blue value is 85 (33.59% from 255 or 17.56% from 484); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE355 is #531CAA. Grayscale: #C2C2C2. Windows color (decimal): -5446827 or 5628844. OLE color: 5628844.
HSL color Cylindrical-coordinate representation of color #ACE355: hue angle of 83.24º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACE355 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 85 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.11 |
| HSL | 83.24º | 0.72% | 0.61% | - |
| HSV(B) | 83.24º | 0.63% | 0.89% | - |
| XYZ | 46.12 | 64.36 | 18.59 | - |
| YUV | 194.37 | 66.28 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 85 | 0.24 | 0 | 0.63 | 0.11 | 83.24 | 0.72 | 0.61 |
| Hex | AC | E3 | 55 | 18 | 0 | 3F | B | 53 | 48 | 3D |
| Octal | 254 | 343 | 125 | 30 | 0 | 77 | 13 | 123 | 110 | 75 |
| Binary | 10101100 | 11100011 | 1010101 | 11000 | 0 | 111111 | 1011 | 1010011 | 1001000 | 111101 |
Color Harmonies of #ACE355
Complementary color
Monochromatic Colors of #ACE355
Black with #ACE355
Text Example
Text Example
White with #ACE355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE355; }
p { color: rgb(172,227,85); }
H1.HeaderClassName
{
color: #ACE355;
}
.AnyTagClassName
{
color: #ACE355;
}
</style>
background-color css
<style>
a { background-color: #ACE355; }
a { background-color: rgb(172,227,85); }
div.DivClassName
{
background-color: #ACE355;
}
.BgClassName
{
background-color: #ACE355;
}
</style>
border-color css
<style>
span { border-color: #ACE355; }
span { border-color: rgb(172,227,85); }
td.TdClassName
{
border-color: #ACE355;
}
.TagClassName
{
border-color: #ACE355;
}
</style>