Shades of Conifer #ACE95D
Tints of Conifer #ACE95D
RGB
CMYK
RGB Variations
Color information
#ACE95D (or 0xACE95D) is known color: Conifer. HEX triplet: AC, E9 and 5D. RGB value is (172,233,93). Sum of RGB (Red+Green+Blue) = 172+233+93=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 93 (36.72% from 255 or 18.67% from 498); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE95D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE95D is #5316A2. Grayscale: #C7C7C7. Windows color (decimal): -5445283 or 6154668. OLE color: 6154668.
HSL color Cylindrical-coordinate representation of color #ACE95D: hue angle of 86.14º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACE95D is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 93 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.09 |
| HSL | 86.14º | 0.76% | 0.64% | - |
| HSV(B) | 86.14º | 0.6% | 0.91% | - |
| XYZ | 48.13 | 67.84 | 20.91 | - |
| YUV | 198.8 | 68.29 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 93 | 0.26 | 0 | 0.60 | 0.09 | 86.14 | 0.76 | 0.64 |
| Hex | AC | E9 | 5D | 1A | 0 | 3C | 9 | 56 | 4C | 40 |
| Octal | 254 | 351 | 135 | 32 | 0 | 74 | 11 | 126 | 114 | 100 |
| Binary | 10101100 | 11101001 | 1011101 | 11010 | 0 | 111100 | 1001 | 1010110 | 1001100 | 1000000 |
Color Harmonies of #ACE95D
Complementary color
Monochromatic Colors of #ACE95D
Black with #ACE95D
Text Example
Text Example
White with #ACE95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE95D; }
p { color: rgb(172,233,93); }
H1.HeaderClassName
{
color: #ACE95D;
}
.AnyTagClassName
{
color: #ACE95D;
}
</style>
background-color css
<style>
a { background-color: #ACE95D; }
a { background-color: rgb(172,233,93); }
div.DivClassName
{
background-color: #ACE95D;
}
.BgClassName
{
background-color: #ACE95D;
}
</style>
border-color css
<style>
span { border-color: #ACE95D; }
span { border-color: rgb(172,233,93); }
td.TdClassName
{
border-color: #ACE95D;
}
.TagClassName
{
border-color: #ACE95D;
}
</style>