Shades of Conifer #ACE94D
Tints of Conifer #ACE94D
RGB
CMYK
RGB Variations
Color information
#ACE94D (or 0xACE94D) is known color: Conifer. HEX triplet: AC, E9 and 4D. RGB value is (172,233,77). Sum of RGB (Red+Green+Blue) = 172+233+77=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 233 (91.41% from 255 or 48.34% from 482); Blue value is 77 (30.47% from 255 or 15.98% from 482); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE94D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE94D is #5316B2. Grayscale: #C5C5C5. Windows color (decimal): -5445299 or 5106092. OLE color: 5106092.
HSL color Cylindrical-coordinate representation of color #ACE94D: hue angle of 83.46º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACE94D is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 77 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.09 |
| HSL | 83.46º | 0.78% | 0.61% | - |
| HSV(B) | 83.46º | 0.67% | 0.91% | - |
| XYZ | 47.49 | 67.58 | 17.56 | - |
| YUV | 196.98 | 60.29 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 77 | 0.26 | 0 | 0.67 | 0.09 | 83.46 | 0.78 | 0.61 |
| Hex | AC | E9 | 4D | 1A | 0 | 43 | 9 | 53 | 4E | 3D |
| Octal | 254 | 351 | 115 | 32 | 0 | 103 | 11 | 123 | 116 | 75 |
| Binary | 10101100 | 11101001 | 1001101 | 11010 | 0 | 1000011 | 1001 | 1010011 | 1001110 | 111101 |
Color Harmonies of #ACE94D
Complementary color
Monochromatic Colors of #ACE94D
Black with #ACE94D
Text Example
Text Example
White with #ACE94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE94D; }
p { color: rgb(172,233,77); }
H1.HeaderClassName
{
color: #ACE94D;
}
.AnyTagClassName
{
color: #ACE94D;
}
</style>
background-color css
<style>
a { background-color: #ACE94D; }
a { background-color: rgb(172,233,77); }
div.DivClassName
{
background-color: #ACE94D;
}
.BgClassName
{
background-color: #ACE94D;
}
</style>
border-color css
<style>
span { border-color: #ACE94D; }
span { border-color: rgb(172,233,77); }
td.TdClassName
{
border-color: #ACE94D;
}
.TagClassName
{
border-color: #ACE94D;
}
</style>