Shades of Conifer #ACE86B
Tints of Conifer #ACE86B
RGB
CMYK
RGB Variations
Color information
#ACE86B (or 0xACE86B) is known color: Conifer. HEX triplet: AC, E8 and 6B. RGB value is (172,232,107). Sum of RGB (Red+Green+Blue) = 172+232+107=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 232 (91.02% from 255 or 45.40% from 511); Blue value is 107 (42.19% from 255 or 20.94% from 511); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE86B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE86B is #531794. Grayscale: #C8C8C8. Windows color (decimal): -5445525 or 7071916. OLE color: 7071916.
HSL color Cylindrical-coordinate representation of color #ACE86B: hue angle of 88.8º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACE86B is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 232 | 107 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.09 |
| HSL | 88.8º | 0.73% | 0.66% | - |
| HSV(B) | 88.8º | 0.54% | 0.91% | - |
| XYZ | 48.52 | 67.55 | 24.39 | - |
| YUV | 199.81 | 75.62 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 232 | 107 | 0.26 | 0 | 0.54 | 0.09 | 88.8 | 0.73 | 0.66 |
| Hex | AC | E8 | 6B | 1A | 0 | 36 | 9 | 59 | 49 | 42 |
| Octal | 254 | 350 | 153 | 32 | 0 | 66 | 11 | 131 | 111 | 102 |
| Binary | 10101100 | 11101000 | 1101011 | 11010 | 0 | 110110 | 1001 | 1011001 | 1001001 | 1000010 |
Color Harmonies of #ACE86B
Complementary color
Monochromatic Colors of #ACE86B
Black with #ACE86B
Text Example
Text Example
White with #ACE86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE86B; }
p { color: rgb(172,232,107); }
H1.HeaderClassName
{
color: #ACE86B;
}
.AnyTagClassName
{
color: #ACE86B;
}
</style>
background-color css
<style>
a { background-color: #ACE86B; }
a { background-color: rgb(172,232,107); }
div.DivClassName
{
background-color: #ACE86B;
}
.BgClassName
{
background-color: #ACE86B;
}
</style>
border-color css
<style>
span { border-color: #ACE86B; }
span { border-color: rgb(172,232,107); }
td.TdClassName
{
border-color: #ACE86B;
}
.TagClassName
{
border-color: #ACE86B;
}
</style>