Shades of Conifer #ACE255
Tints of Conifer #ACE255
RGB
CMYK
RGB Variations
Color information
#ACE255 (or 0xACE255) is known color: Conifer. HEX triplet: AC, E2 and 55. RGB value is (172,226,85). Sum of RGB (Red+Green+Blue) = 172+226+85=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 226 (88.67% from 255 or 46.79% from 483); Blue value is 85 (33.59% from 255 or 17.60% from 483); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE255 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE255 is #531DAA. Grayscale: #C2C2C2. Windows color (decimal): -5447083 or 5628588. OLE color: 5628588.
HSL color Cylindrical-coordinate representation of color #ACE255: hue angle of 82.98º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACE255 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 85 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.11 |
| HSL | 82.98º | 0.71% | 0.61% | - |
| HSV(B) | 82.98º | 0.62% | 0.89% | - |
| XYZ | 45.85 | 63.82 | 18.5 | - |
| YUV | 193.78 | 66.61 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 85 | 0.24 | 0 | 0.62 | 0.11 | 82.98 | 0.71 | 0.61 |
| Hex | AC | E2 | 55 | 18 | 0 | 3E | B | 53 | 47 | 3D |
| Octal | 254 | 342 | 125 | 30 | 0 | 76 | 13 | 123 | 107 | 75 |
| Binary | 10101100 | 11100010 | 1010101 | 11000 | 0 | 111110 | 1011 | 1010011 | 1000111 | 111101 |
Color Harmonies of #ACE255
Complementary color
Monochromatic Colors of #ACE255
Black with #ACE255
Text Example
Text Example
White with #ACE255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE255; }
p { color: rgb(172,226,85); }
H1.HeaderClassName
{
color: #ACE255;
}
.AnyTagClassName
{
color: #ACE255;
}
</style>
background-color css
<style>
a { background-color: #ACE255; }
a { background-color: rgb(172,226,85); }
div.DivClassName
{
background-color: #ACE255;
}
.BgClassName
{
background-color: #ACE255;
}
</style>
border-color css
<style>
span { border-color: #ACE255; }
span { border-color: rgb(172,226,85); }
td.TdClassName
{
border-color: #ACE255;
}
.TagClassName
{
border-color: #ACE255;
}
</style>