Shades of Conifer #ACE260
Tints of Conifer #ACE260
RGB
CMYK
RGB Variations
Color information
#ACE260 (or 0xACE260) is known color: Conifer. HEX triplet: AC, E2 and 60. RGB value is (172,226,96). Sum of RGB (Red+Green+Blue) = 172+226+96=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 226 (88.67% from 255 or 45.75% from 494); Blue value is 96 (37.89% from 255 or 19.43% from 494); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE260 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE260 is #531D9F. Grayscale: #C3C3C3. Windows color (decimal): -5447072 or 6349484. OLE color: 6349484.
HSL color Cylindrical-coordinate representation of color #ACE260: hue angle of 84.92º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACE260 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 96 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.11 |
| HSL | 84.92º | 0.69% | 0.63% | - |
| HSV(B) | 84.92º | 0.58% | 0.89% | - |
| XYZ | 46.32 | 64.01 | 20.98 | - |
| YUV | 195.03 | 72.11 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 96 | 0.24 | 0 | 0.58 | 0.11 | 84.92 | 0.69 | 0.63 |
| Hex | AC | E2 | 60 | 18 | 0 | 3A | B | 55 | 45 | 3F |
| Octal | 254 | 342 | 140 | 30 | 0 | 72 | 13 | 125 | 105 | 77 |
| Binary | 10101100 | 11100010 | 1100000 | 11000 | 0 | 111010 | 1011 | 1010101 | 1000101 | 111111 |
Color Harmonies of #ACE260
Complementary color
Monochromatic Colors of #ACE260
Black with #ACE260
Text Example
Text Example
White with #ACE260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE260; }
p { color: rgb(172,226,96); }
H1.HeaderClassName
{
color: #ACE260;
}
.AnyTagClassName
{
color: #ACE260;
}
</style>
background-color css
<style>
a { background-color: #ACE260; }
a { background-color: rgb(172,226,96); }
div.DivClassName
{
background-color: #ACE260;
}
.BgClassName
{
background-color: #ACE260;
}
</style>
border-color css
<style>
span { border-color: #ACE260; }
span { border-color: rgb(172,226,96); }
td.TdClassName
{
border-color: #ACE260;
}
.TagClassName
{
border-color: #ACE260;
}
</style>