Shades of Conifer #ACE655
Tints of Conifer #ACE655
RGB
CMYK
RGB Variations
Color information
#ACE655 (or 0xACE655) is known color: Conifer. HEX triplet: AC, E6 and 55. RGB value is (172,230,85). Sum of RGB (Red+Green+Blue) = 172+230+85=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 230 (90.23% from 255 or 47.23% from 487); Blue value is 85 (33.59% from 255 or 17.45% from 487); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE655 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE655 is #5319AA. Grayscale: #C4C4C4. Windows color (decimal): -5446059 or 5629612. OLE color: 5629612.
HSL color Cylindrical-coordinate representation of color #ACE655: hue angle of 84º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACE655 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 85 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.10 |
| HSL | 84º | 0.74% | 0.62% | - |
| HSV(B) | 84º | 0.63% | 0.9% | - |
| XYZ | 46.95 | 66.02 | 18.86 | - |
| YUV | 196.13 | 65.28 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 85 | 0.25 | 0 | 0.63 | 0.10 | 84 | 0.74 | 0.62 |
| Hex | AC | E6 | 55 | 19 | 0 | 3F | A | 54 | 4A | 3E |
| Octal | 254 | 346 | 125 | 31 | 0 | 77 | 12 | 124 | 112 | 76 |
| Binary | 10101100 | 11100110 | 1010101 | 11001 | 0 | 111111 | 1010 | 1010100 | 1001010 | 111110 |
Color Harmonies of #ACE655
Complementary color
Monochromatic Colors of #ACE655
Black with #ACE655
Text Example
Text Example
White with #ACE655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE655; }
p { color: rgb(172,230,85); }
H1.HeaderClassName
{
color: #ACE655;
}
.AnyTagClassName
{
color: #ACE655;
}
</style>
background-color css
<style>
a { background-color: #ACE655; }
a { background-color: rgb(172,230,85); }
div.DivClassName
{
background-color: #ACE655;
}
.BgClassName
{
background-color: #ACE655;
}
</style>
border-color css
<style>
span { border-color: #ACE655; }
span { border-color: rgb(172,230,85); }
td.TdClassName
{
border-color: #ACE655;
}
.TagClassName
{
border-color: #ACE655;
}
</style>