Shades of Conifer #ACEA5E
Tints of Conifer #ACEA5E
RGB
CMYK
RGB Variations
Color information
#ACEA5E (or 0xACEA5E) is known color: Conifer. HEX triplet: AC, EA and 5E. RGB value is (172,234,94). Sum of RGB (Red+Green+Blue) = 172+234+94=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 94 (37.11% from 255 or 18.8% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACEA5E is #5315A1. Grayscale: #C8C8C8. Windows color (decimal): -5445026 or 6220460. OLE color: 6220460.
HSL color Cylindrical-coordinate representation of color #ACEA5E: hue angle of 86.57º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACEA5E is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 234 | 94 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.08 |
| HSL | 86.57º | 0.77% | 0.64% | - |
| HSV(B) | 86.57º | 0.6% | 0.92% | - |
| XYZ | 48.46 | 68.42 | 21.24 | - |
| YUV | 199.5 | 68.46 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 234 | 94 | 0.26 | 0 | 0.60 | 0.08 | 86.57 | 0.77 | 0.64 |
| Hex | AC | EA | 5E | 1A | 0 | 3C | 8 | 57 | 4D | 40 |
| Octal | 254 | 352 | 136 | 32 | 0 | 74 | 10 | 127 | 115 | 100 |
| Binary | 10101100 | 11101010 | 1011110 | 11010 | 0 | 111100 | 1000 | 1010111 | 1001101 | 1000000 |
Color Harmonies of #ACEA5E
Complementary color
Monochromatic Colors of #ACEA5E
Black with #ACEA5E
Text Example
Text Example
White with #ACEA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEA5E; }
p { color: rgb(172,234,94); }
H1.HeaderClassName
{
color: #ACEA5E;
}
.AnyTagClassName
{
color: #ACEA5E;
}
</style>
background-color css
<style>
a { background-color: #ACEA5E; }
a { background-color: rgb(172,234,94); }
div.DivClassName
{
background-color: #ACEA5E;
}
.BgClassName
{
background-color: #ACEA5E;
}
</style>
border-color css
<style>
span { border-color: #ACEA5E; }
span { border-color: rgb(172,234,94); }
td.TdClassName
{
border-color: #ACEA5E;
}
.TagClassName
{
border-color: #ACEA5E;
}
</style>