Shades of Conifer #ACEA4D
Tints of Conifer #ACEA4D
RGB
CMYK
RGB Variations
Color information
#ACEA4D (or 0xACEA4D) is known color: Conifer. HEX triplet: AC, EA and 4D. RGB value is (172,234,77). Sum of RGB (Red+Green+Blue) = 172+234+77=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 234 (91.80% from 255 or 48.45% from 483); Blue value is 77 (30.47% from 255 or 15.94% from 483); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACEA4D is #5315B2. Grayscale: #C6C6C6. Windows color (decimal): -5445043 or 5106348. OLE color: 5106348.
HSL color Cylindrical-coordinate representation of color #ACEA4D: hue angle of 83.69º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACEA4D is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 234 | 77 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.08 |
| HSL | 83.69º | 0.79% | 0.61% | - |
| HSV(B) | 83.69º | 0.67% | 0.92% | - |
| XYZ | 47.78 | 68.15 | 17.66 | - |
| YUV | 197.56 | 59.96 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 234 | 77 | 0.26 | 0 | 0.67 | 0.08 | 83.69 | 0.79 | 0.61 |
| Hex | AC | EA | 4D | 1A | 0 | 43 | 8 | 54 | 4F | 3D |
| Octal | 254 | 352 | 115 | 32 | 0 | 103 | 10 | 124 | 117 | 75 |
| Binary | 10101100 | 11101010 | 1001101 | 11010 | 0 | 1000011 | 1000 | 1010100 | 1001111 | 111101 |
Color Harmonies of #ACEA4D
Complementary color
Monochromatic Colors of #ACEA4D
Black with #ACEA4D
Text Example
Text Example
White with #ACEA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEA4D; }
p { color: rgb(172,234,77); }
H1.HeaderClassName
{
color: #ACEA4D;
}
.AnyTagClassName
{
color: #ACEA4D;
}
</style>
background-color css
<style>
a { background-color: #ACEA4D; }
a { background-color: rgb(172,234,77); }
div.DivClassName
{
background-color: #ACEA4D;
}
.BgClassName
{
background-color: #ACEA4D;
}
</style>
border-color css
<style>
span { border-color: #ACEA4D; }
span { border-color: rgb(172,234,77); }
td.TdClassName
{
border-color: #ACEA4D;
}
.TagClassName
{
border-color: #ACEA4D;
}
</style>