Shades of Conifer #ACEA53
Tints of Conifer #ACEA53
RGB
CMYK
RGB Variations
Color information
#ACEA53 (or 0xACEA53) is known color: Conifer. HEX triplet: AC, EA and 53. RGB value is (172,234,83). Sum of RGB (Red+Green+Blue) = 172+234+83=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 234 (91.80% from 255 or 47.85% from 489); Blue value is 83 (32.81% from 255 or 16.97% from 489); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACEA53 is #5315AC. Grayscale: #C6C6C6. Windows color (decimal): -5445037 or 5499564. OLE color: 5499564.
HSL color Cylindrical-coordinate representation of color #ACEA53: hue angle of 84.64º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACEA53 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 234 | 83 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.08 |
| HSL | 84.64º | 0.78% | 0.62% | - |
| HSV(B) | 84.64º | 0.65% | 0.92% | - |
| XYZ | 48 | 68.24 | 18.83 | - |
| YUV | 198.25 | 62.96 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 234 | 83 | 0.26 | 0 | 0.65 | 0.08 | 84.64 | 0.78 | 0.62 |
| Hex | AC | EA | 53 | 1A | 0 | 41 | 8 | 55 | 4E | 3E |
| Octal | 254 | 352 | 123 | 32 | 0 | 101 | 10 | 125 | 116 | 76 |
| Binary | 10101100 | 11101010 | 1010011 | 11010 | 0 | 1000001 | 1000 | 1010101 | 1001110 | 111110 |
Color Harmonies of #ACEA53
Complementary color
Monochromatic Colors of #ACEA53
Black with #ACEA53
Text Example
Text Example
White with #ACEA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEA53; }
p { color: rgb(172,234,83); }
H1.HeaderClassName
{
color: #ACEA53;
}
.AnyTagClassName
{
color: #ACEA53;
}
</style>
background-color css
<style>
a { background-color: #ACEA53; }
a { background-color: rgb(172,234,83); }
div.DivClassName
{
background-color: #ACEA53;
}
.BgClassName
{
background-color: #ACEA53;
}
</style>
border-color css
<style>
span { border-color: #ACEA53; }
span { border-color: rgb(172,234,83); }
td.TdClassName
{
border-color: #ACEA53;
}
.TagClassName
{
border-color: #ACEA53;
}
</style>