Shades of Conifer #ACE34E
Tints of Conifer #ACE34E
RGB
CMYK
RGB Variations
Color information
#ACE34E (or 0xACE34E) is known color: Conifer. HEX triplet: AC, E3 and 4E. RGB value is (172,227,78). Sum of RGB (Red+Green+Blue) = 172+227+78=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 227 (89.06% from 255 or 47.59% from 477); Blue value is 78 (30.86% from 255 or 16.35% from 477); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE34E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE34E is #531CB1. Grayscale: #C2C2C2. Windows color (decimal): -5446834 or 5170092. OLE color: 5170092.
HSL color Cylindrical-coordinate representation of color #ACE34E: hue angle of 82.15º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACE34E is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 78 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.11 |
| HSL | 82.15º | 0.73% | 0.6% | - |
| HSV(B) | 82.15º | 0.66% | 0.89% | - |
| XYZ | 45.86 | 64.26 | 17.19 | - |
| YUV | 193.57 | 62.78 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 78 | 0.24 | 0 | 0.66 | 0.11 | 82.15 | 0.73 | 0.6 |
| Hex | AC | E3 | 4E | 18 | 0 | 42 | B | 52 | 49 | 3C |
| Octal | 254 | 343 | 116 | 30 | 0 | 102 | 13 | 122 | 111 | 74 |
| Binary | 10101100 | 11100011 | 1001110 | 11000 | 0 | 1000010 | 1011 | 1010010 | 1001001 | 111100 |
Color Harmonies of #ACE34E
Complementary color
Monochromatic Colors of #ACE34E
Black with #ACE34E
Text Example
Text Example
White with #ACE34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE34E; }
p { color: rgb(172,227,78); }
H1.HeaderClassName
{
color: #ACE34E;
}
.AnyTagClassName
{
color: #ACE34E;
}
</style>
background-color css
<style>
a { background-color: #ACE34E; }
a { background-color: rgb(172,227,78); }
div.DivClassName
{
background-color: #ACE34E;
}
.BgClassName
{
background-color: #ACE34E;
}
</style>
border-color css
<style>
span { border-color: #ACE34E; }
span { border-color: rgb(172,227,78); }
td.TdClassName
{
border-color: #ACE34E;
}
.TagClassName
{
border-color: #ACE34E;
}
</style>