Shades of Conifer #ACEA64
Tints of Conifer #ACEA64
RGB
CMYK
RGB Variations
Color information
#ACEA64 (or 0xACEA64) is known color: Conifer. HEX triplet: AC, EA and 64. RGB value is (172,234,100). Sum of RGB (Red+Green+Blue) = 172+234+100=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACEA64 is #53159B. Grayscale: #C8C8C8. Windows color (decimal): -5445020 or 6613676. OLE color: 6613676.
HSL color Cylindrical-coordinate representation of color #ACEA64: hue angle of 87.76º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACEA64 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 234 | 100 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.08 |
| HSL | 87.76º | 0.76% | 0.65% | - |
| HSV(B) | 87.76º | 0.57% | 0.92% | - |
| XYZ | 48.74 | 68.54 | 22.72 | - |
| YUV | 200.19 | 71.46 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 234 | 100 | 0.26 | 0 | 0.57 | 0.08 | 87.76 | 0.76 | 0.65 |
| Hex | AC | EA | 64 | 1A | 0 | 39 | 8 | 58 | 4C | 41 |
| Octal | 254 | 352 | 144 | 32 | 0 | 71 | 10 | 130 | 114 | 101 |
| Binary | 10101100 | 11101010 | 1100100 | 11010 | 0 | 111001 | 1000 | 1011000 | 1001100 | 1000001 |
Color Harmonies of #ACEA64
Complementary color
Monochromatic Colors of #ACEA64
Black with #ACEA64
Text Example
Text Example
White with #ACEA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEA64; }
p { color: rgb(172,234,100); }
H1.HeaderClassName
{
color: #ACEA64;
}
.AnyTagClassName
{
color: #ACEA64;
}
</style>
background-color css
<style>
a { background-color: #ACEA64; }
a { background-color: rgb(172,234,100); }
div.DivClassName
{
background-color: #ACEA64;
}
.BgClassName
{
background-color: #ACEA64;
}
</style>
border-color css
<style>
span { border-color: #ACEA64; }
span { border-color: rgb(172,234,100); }
td.TdClassName
{
border-color: #ACEA64;
}
.TagClassName
{
border-color: #ACEA64;
}
</style>