Shades of Conifer #ACE462
Tints of Conifer #ACE462
RGB
CMYK
RGB Variations
Color information
#ACE462 (or 0xACE462) is known color: Conifer. HEX triplet: AC, E4 and 62. RGB value is (172,228,98). Sum of RGB (Red+Green+Blue) = 172+228+98=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 228 (89.45% from 255 or 45.78% from 498); Blue value is 98 (38.67% from 255 or 19.68% from 498); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE462 is #531B9D. Grayscale: #C4C4C4. Windows color (decimal): -5446558 or 6481068. OLE color: 6481068.
HSL color Cylindrical-coordinate representation of color #ACE462: hue angle of 85.85º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACE462 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 228 | 98 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.11 |
| HSL | 85.85º | 0.71% | 0.64% | - |
| HSV(B) | 85.85º | 0.57% | 0.89% | - |
| XYZ | 46.96 | 65.14 | 21.65 | - |
| YUV | 196.44 | 72.45 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 98 | 0.25 | 0 | 0.57 | 0.11 | 85.85 | 0.71 | 0.64 |
| Hex | AC | E4 | 62 | 19 | 0 | 39 | B | 56 | 47 | 40 |
| Octal | 254 | 344 | 142 | 31 | 0 | 71 | 13 | 126 | 107 | 100 |
| Binary | 10101100 | 11100100 | 1100010 | 11001 | 0 | 111001 | 1011 | 1010110 | 1000111 | 1000000 |
Color Harmonies of #ACE462
Complementary color
Monochromatic Colors of #ACE462
Black with #ACE462
Text Example
Text Example
White with #ACE462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE462; }
p { color: rgb(172,228,98); }
H1.HeaderClassName
{
color: #ACE462;
}
.AnyTagClassName
{
color: #ACE462;
}
</style>
background-color css
<style>
a { background-color: #ACE462; }
a { background-color: rgb(172,228,98); }
div.DivClassName
{
background-color: #ACE462;
}
.BgClassName
{
background-color: #ACE462;
}
</style>
border-color css
<style>
span { border-color: #ACE462; }
span { border-color: rgb(172,228,98); }
td.TdClassName
{
border-color: #ACE462;
}
.TagClassName
{
border-color: #ACE462;
}
</style>