Shades of Conifer #ACE253
Tints of Conifer #ACE253
RGB
CMYK
RGB Variations
Color information
#ACE253 (or 0xACE253) is known color: Conifer. HEX triplet: AC, E2 and 53. RGB value is (172,226,83). Sum of RGB (Red+Green+Blue) = 172+226+83=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 226 (88.67% from 255 or 46.99% from 481); Blue value is 83 (32.81% from 255 or 17.26% from 481); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE253 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE253 is #531DAC. Grayscale: #C2C2C2. Windows color (decimal): -5447085 or 5497516. OLE color: 5497516.
HSL color Cylindrical-coordinate representation of color #ACE253: hue angle of 82.66º degrees, saturation: 0.71, 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 #ACE253 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 83 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.11 |
| HSL | 82.66º | 0.71% | 0.61% | - |
| HSV(B) | 82.66º | 0.63% | 0.89% | - |
| XYZ | 45.77 | 63.79 | 18.08 | - |
| YUV | 193.55 | 65.61 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 83 | 0.24 | 0 | 0.63 | 0.11 | 82.66 | 0.71 | 0.61 |
| Hex | AC | E2 | 53 | 18 | 0 | 3F | B | 53 | 47 | 3D |
| Octal | 254 | 342 | 123 | 30 | 0 | 77 | 13 | 123 | 107 | 75 |
| Binary | 10101100 | 11100010 | 1010011 | 11000 | 0 | 111111 | 1011 | 1010011 | 1000111 | 111101 |
Color Harmonies of #ACE253
Complementary color
Monochromatic Colors of #ACE253
Black with #ACE253
Text Example
Text Example
White with #ACE253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE253; }
p { color: rgb(172,226,83); }
H1.HeaderClassName
{
color: #ACE253;
}
.AnyTagClassName
{
color: #ACE253;
}
</style>
background-color css
<style>
a { background-color: #ACE253; }
a { background-color: rgb(172,226,83); }
div.DivClassName
{
background-color: #ACE253;
}
.BgClassName
{
background-color: #ACE253;
}
</style>
border-color css
<style>
span { border-color: #ACE253; }
span { border-color: rgb(172,226,83); }
td.TdClassName
{
border-color: #ACE253;
}
.TagClassName
{
border-color: #ACE253;
}
</style>