Shades of Conifer #ACE95E
Tints of Conifer #ACE95E
RGB
CMYK
RGB Variations
Color information
#ACE95E (or 0xACE95E) is known color: Conifer. HEX triplet: AC, E9 and 5E. RGB value is (172,233,94). Sum of RGB (Red+Green+Blue) = 172+233+94=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 233 (91.41% from 255 or 46.69% from 499); Blue value is 94 (37.11% from 255 or 18.84% from 499); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE95E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE95E is #5316A1. Grayscale: #C7C7C7. Windows color (decimal): -5445282 or 6220204. OLE color: 6220204.
HSL color Cylindrical-coordinate representation of color #ACE95E: hue angle of 86.33º 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 #ACE95E is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 94 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.09 |
| HSL | 86.33º | 0.76% | 0.64% | - |
| HSV(B) | 86.33º | 0.6% | 0.91% | - |
| XYZ | 48.17 | 67.86 | 21.15 | - |
| YUV | 198.92 | 68.79 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 94 | 0.26 | 0 | 0.60 | 0.09 | 86.33 | 0.76 | 0.64 |
| Hex | AC | E9 | 5E | 1A | 0 | 3C | 9 | 56 | 4C | 40 |
| Octal | 254 | 351 | 136 | 32 | 0 | 74 | 11 | 126 | 114 | 100 |
| Binary | 10101100 | 11101001 | 1011110 | 11010 | 0 | 111100 | 1001 | 1010110 | 1001100 | 1000000 |
Color Harmonies of #ACE95E
Complementary color
Monochromatic Colors of #ACE95E
Black with #ACE95E
Text Example
Text Example
White with #ACE95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE95E; }
p { color: rgb(172,233,94); }
H1.HeaderClassName
{
color: #ACE95E;
}
.AnyTagClassName
{
color: #ACE95E;
}
</style>
background-color css
<style>
a { background-color: #ACE95E; }
a { background-color: rgb(172,233,94); }
div.DivClassName
{
background-color: #ACE95E;
}
.BgClassName
{
background-color: #ACE95E;
}
</style>
border-color css
<style>
span { border-color: #ACE95E; }
span { border-color: rgb(172,233,94); }
td.TdClassName
{
border-color: #ACE95E;
}
.TagClassName
{
border-color: #ACE95E;
}
</style>