Shades of Conifer #ACEA46
Tints of Conifer #ACEA46
RGB
CMYK
RGB Variations
Color information
#ACEA46 (or 0xACEA46) is known color: Conifer. HEX triplet: AC, EA and 46. RGB value is (172,234,70). Sum of RGB (Red+Green+Blue) = 172+234+70=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 234 (91.80% from 255 or 49.16% from 476); Blue value is 70 (27.73% from 255 or 14.71% from 476); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACEA46 is #5315B9. Grayscale: #C5C5C5. Windows color (decimal): -5445050 or 4647596. OLE color: 4647596.
HSL color Cylindrical-coordinate representation of color #ACEA46: hue angle of 82.68º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACEA46 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 234 | 70 | - |
| CMYK | 0.26 | 0 | 0.70 | 0.08 |
| HSL | 82.68º | 0.8% | 0.6% | - |
| HSV(B) | 82.68º | 0.7% | 0.92% | - |
| XYZ | 47.54 | 68.06 | 16.43 | - |
| YUV | 196.77 | 56.46 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 234 | 70 | 0.26 | 0 | 0.70 | 0.08 | 82.68 | 0.8 | 0.6 |
| Hex | AC | EA | 46 | 1A | 0 | 46 | 8 | 53 | 50 | 3C |
| Octal | 254 | 352 | 106 | 32 | 0 | 106 | 10 | 123 | 120 | 74 |
| Binary | 10101100 | 11101010 | 1000110 | 11010 | 0 | 1000110 | 1000 | 1010011 | 1010000 | 111100 |
Color Harmonies of #ACEA46
Complementary color
Monochromatic Colors of #ACEA46
Black with #ACEA46
Text Example
Text Example
White with #ACEA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEA46; }
p { color: rgb(172,234,70); }
H1.HeaderClassName
{
color: #ACEA46;
}
.AnyTagClassName
{
color: #ACEA46;
}
</style>
background-color css
<style>
a { background-color: #ACEA46; }
a { background-color: rgb(172,234,70); }
div.DivClassName
{
background-color: #ACEA46;
}
.BgClassName
{
background-color: #ACEA46;
}
</style>
border-color css
<style>
span { border-color: #ACEA46; }
span { border-color: rgb(172,234,70); }
td.TdClassName
{
border-color: #ACEA46;
}
.TagClassName
{
border-color: #ACEA46;
}
</style>