Shades of Conifer #ACE55D
Tints of Conifer #ACE55D
RGB
CMYK
RGB Variations
Color information
#ACE55D (or 0xACE55D) is known color: Conifer. HEX triplet: AC, E5 and 5D. RGB value is (172,229,93). Sum of RGB (Red+Green+Blue) = 172+229+93=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 229 (89.84% from 255 or 46.36% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE55D is #531AA2. Grayscale: #C4C4C4. Windows color (decimal): -5446307 or 6153644. OLE color: 6153644.
HSL color Cylindrical-coordinate representation of color #ACE55D: hue angle of 85.15º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACE55D is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 93 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.10 |
| HSL | 85.15º | 0.72% | 0.63% | - |
| HSV(B) | 85.15º | 0.59% | 0.9% | - |
| XYZ | 47.01 | 65.6 | 20.54 | - |
| YUV | 196.45 | 69.62 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 93 | 0.25 | 0 | 0.59 | 0.10 | 85.15 | 0.72 | 0.63 |
| Hex | AC | E5 | 5D | 19 | 0 | 3B | A | 55 | 48 | 3F |
| Octal | 254 | 345 | 135 | 31 | 0 | 73 | 12 | 125 | 110 | 77 |
| Binary | 10101100 | 11100101 | 1011101 | 11001 | 0 | 111011 | 1010 | 1010101 | 1001000 | 111111 |
Color Harmonies of #ACE55D
Complementary color
Monochromatic Colors of #ACE55D
Black with #ACE55D
Text Example
Text Example
White with #ACE55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE55D; }
p { color: rgb(172,229,93); }
H1.HeaderClassName
{
color: #ACE55D;
}
.AnyTagClassName
{
color: #ACE55D;
}
</style>
background-color css
<style>
a { background-color: #ACE55D; }
a { background-color: rgb(172,229,93); }
div.DivClassName
{
background-color: #ACE55D;
}
.BgClassName
{
background-color: #ACE55D;
}
</style>
border-color css
<style>
span { border-color: #ACE55D; }
span { border-color: rgb(172,229,93); }
td.TdClassName
{
border-color: #ACE55D;
}
.TagClassName
{
border-color: #ACE55D;
}
</style>