Shades of Conifer #ACE94C
Tints of Conifer #ACE94C
RGB
CMYK
RGB Variations
Color information
#ACE94C (or 0xACE94C) is known color: Conifer. HEX triplet: AC, E9 and 4C. RGB value is (172,233,76). Sum of RGB (Red+Green+Blue) = 172+233+76=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 233 (91.41% from 255 or 48.44% from 481); Blue value is 76 (30.08% from 255 or 15.80% from 481); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE94C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACE94C is #5316B3. Grayscale: #C5C5C5. Windows color (decimal): -5445300 or 5040556. OLE color: 5040556.
HSL color Cylindrical-coordinate representation of color #ACE94C: hue angle of 83.31º 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 #ACE94C is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 76 | - |
| CMYK | 0.26 | 0 | 0.67 | 0.09 |
| HSL | 83.31º | 0.78% | 0.61% | - |
| HSV(B) | 83.31º | 0.67% | 0.91% | - |
| XYZ | 47.46 | 67.57 | 17.38 | - |
| YUV | 196.86 | 59.79 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 76 | 0.26 | 0 | 0.67 | 0.09 | 83.31 | 0.78 | 0.61 |
| Hex | AC | E9 | 4C | 1A | 0 | 43 | 9 | 53 | 4E | 3D |
| Octal | 254 | 351 | 114 | 32 | 0 | 103 | 11 | 123 | 116 | 75 |
| Binary | 10101100 | 11101001 | 1001100 | 11010 | 0 | 1000011 | 1001 | 1010011 | 1001110 | 111101 |
Color Harmonies of #ACE94C
Complementary color
Monochromatic Colors of #ACE94C
Black with #ACE94C
Text Example
Text Example
White with #ACE94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE94C; }
p { color: rgb(172,233,76); }
H1.HeaderClassName
{
color: #ACE94C;
}
.AnyTagClassName
{
color: #ACE94C;
}
</style>
background-color css
<style>
a { background-color: #ACE94C; }
a { background-color: rgb(172,233,76); }
div.DivClassName
{
background-color: #ACE94C;
}
.BgClassName
{
background-color: #ACE94C;
}
</style>
border-color css
<style>
span { border-color: #ACE94C; }
span { border-color: rgb(172,233,76); }
td.TdClassName
{
border-color: #ACE94C;
}
.TagClassName
{
border-color: #ACE94C;
}
</style>