Shades of Conifer #ACE662
Tints of Conifer #ACE662
RGB
CMYK
RGB Variations
Color information
#ACE662 (or 0xACE662) is known color: Conifer. HEX triplet: AC, E6 and 62. RGB value is (172,230,98). Sum of RGB (Red+Green+Blue) = 172+230+98=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 230 (90.23% from 255 or 46% from 500); Blue value is 98 (38.67% from 255 or 19.6% from 500); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE662 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE662 is #53199D. Grayscale: #C6C6C6. Windows color (decimal): -5446046 or 6481580. OLE color: 6481580.
HSL color Cylindrical-coordinate representation of color #ACE662: hue angle of 86.36º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACE662 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 98 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.10 |
| HSL | 86.36º | 0.73% | 0.64% | - |
| HSV(B) | 86.36º | 0.57% | 0.9% | - |
| XYZ | 47.51 | 66.25 | 21.84 | - |
| YUV | 197.61 | 71.78 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 98 | 0.25 | 0 | 0.57 | 0.10 | 86.36 | 0.73 | 0.64 |
| Hex | AC | E6 | 62 | 19 | 0 | 39 | A | 56 | 49 | 40 |
| Octal | 254 | 346 | 142 | 31 | 0 | 71 | 12 | 126 | 111 | 100 |
| Binary | 10101100 | 11100110 | 1100010 | 11001 | 0 | 111001 | 1010 | 1010110 | 1001001 | 1000000 |
Color Harmonies of #ACE662
Complementary color
Monochromatic Colors of #ACE662
Black with #ACE662
Text Example
Text Example
White with #ACE662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE662; }
p { color: rgb(172,230,98); }
H1.HeaderClassName
{
color: #ACE662;
}
.AnyTagClassName
{
color: #ACE662;
}
</style>
background-color css
<style>
a { background-color: #ACE662; }
a { background-color: rgb(172,230,98); }
div.DivClassName
{
background-color: #ACE662;
}
.BgClassName
{
background-color: #ACE662;
}
</style>
border-color css
<style>
span { border-color: #ACE662; }
span { border-color: rgb(172,230,98); }
td.TdClassName
{
border-color: #ACE662;
}
.TagClassName
{
border-color: #ACE662;
}
</style>