Shades of Conifer #ACE254
Tints of Conifer #ACE254
RGB
CMYK
RGB Variations
Color information
#ACE254 (or 0xACE254) is known color: Conifer. HEX triplet: AC, E2 and 54. RGB value is (172,226,84). Sum of RGB (Red+Green+Blue) = 172+226+84=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 226 (88.67% from 255 or 46.89% from 482); Blue value is 84 (33.20% from 255 or 17.43% from 482); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE254 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE254 is #531DAB. Grayscale: #C2C2C2. Windows color (decimal): -5447084 or 5563052. OLE color: 5563052.
HSL color Cylindrical-coordinate representation of color #ACE254: hue angle of 82.82º 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 #ACE254 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 84 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.11 |
| HSL | 82.82º | 0.71% | 0.61% | - |
| HSV(B) | 82.82º | 0.63% | 0.89% | - |
| XYZ | 45.81 | 63.8 | 18.29 | - |
| YUV | 193.67 | 66.11 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 84 | 0.24 | 0 | 0.63 | 0.11 | 82.82 | 0.71 | 0.61 |
| Hex | AC | E2 | 54 | 18 | 0 | 3F | B | 53 | 47 | 3D |
| Octal | 254 | 342 | 124 | 30 | 0 | 77 | 13 | 123 | 107 | 75 |
| Binary | 10101100 | 11100010 | 1010100 | 11000 | 0 | 111111 | 1011 | 1010011 | 1000111 | 111101 |
Color Harmonies of #ACE254
Complementary color
Monochromatic Colors of #ACE254
Black with #ACE254
Text Example
Text Example
White with #ACE254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE254; }
p { color: rgb(172,226,84); }
H1.HeaderClassName
{
color: #ACE254;
}
.AnyTagClassName
{
color: #ACE254;
}
</style>
background-color css
<style>
a { background-color: #ACE254; }
a { background-color: rgb(172,226,84); }
div.DivClassName
{
background-color: #ACE254;
}
.BgClassName
{
background-color: #ACE254;
}
</style>
border-color css
<style>
span { border-color: #ACE254; }
span { border-color: rgb(172,226,84); }
td.TdClassName
{
border-color: #ACE254;
}
.TagClassName
{
border-color: #ACE254;
}
</style>