Shades of Conifer #ACEA4C
Tints of Conifer #ACEA4C
RGB
CMYK
RGB Variations
Color information
#ACEA4C (or 0xACEA4C) is known color: Conifer. HEX triplet: AC, EA and 4C. RGB value is (172,234,76). Sum of RGB (Red+Green+Blue) = 172+234+76=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 76 (30.08% from 255 or 15.77% from 482); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACEA4C is #5315B3. Grayscale: #C6C6C6. Windows color (decimal): -5445044 or 5040812. OLE color: 5040812.
HSL color Cylindrical-coordinate representation of color #ACEA4C: hue angle of 83.54º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ACEA4C is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 234 | 76 | - |
| CMYK | 0.26 | 0 | 0.68 | 0.08 |
| HSL | 83.54º | 0.79% | 0.61% | - |
| HSV(B) | 83.54º | 0.68% | 0.92% | - |
| XYZ | 47.74 | 68.14 | 17.47 | - |
| YUV | 197.45 | 59.46 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 234 | 76 | 0.26 | 0 | 0.68 | 0.08 | 83.54 | 0.79 | 0.61 |
| Hex | AC | EA | 4C | 1A | 0 | 44 | 8 | 54 | 4F | 3D |
| Octal | 254 | 352 | 114 | 32 | 0 | 104 | 10 | 124 | 117 | 75 |
| Binary | 10101100 | 11101010 | 1001100 | 11010 | 0 | 1000100 | 1000 | 1010100 | 1001111 | 111101 |
Color Harmonies of #ACEA4C
Complementary color
Monochromatic Colors of #ACEA4C
Black with #ACEA4C
Text Example
Text Example
White with #ACEA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEA4C; }
p { color: rgb(172,234,76); }
H1.HeaderClassName
{
color: #ACEA4C;
}
.AnyTagClassName
{
color: #ACEA4C;
}
</style>
background-color css
<style>
a { background-color: #ACEA4C; }
a { background-color: rgb(172,234,76); }
div.DivClassName
{
background-color: #ACEA4C;
}
.BgClassName
{
background-color: #ACEA4C;
}
</style>
border-color css
<style>
span { border-color: #ACEA4C; }
span { border-color: rgb(172,234,76); }
td.TdClassName
{
border-color: #ACEA4C;
}
.TagClassName
{
border-color: #ACEA4C;
}
</style>