Shades of Conifer #ACE949
Tints of Conifer #ACE949
RGB
CMYK
RGB Variations
Color information
#ACE949 (or 0xACE949) is known color: Conifer. HEX triplet: AC, E9 and 49. RGB value is (172,233,73). Sum of RGB (Red+Green+Blue) = 172+233+73=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 233 (91.41% from 255 or 48.74% from 478); Blue value is 73 (28.91% from 255 or 15.27% from 478); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE949 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACE949 is #5316B6. Grayscale: #C5C5C5. Windows color (decimal): -5445303 or 4843948. OLE color: 4843948.
HSL color Cylindrical-coordinate representation of color #ACE949: hue angle of 82.88º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACE949 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 73 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.09 |
| HSL | 82.88º | 0.78% | 0.6% | - |
| HSV(B) | 82.88º | 0.69% | 0.91% | - |
| XYZ | 47.35 | 67.53 | 16.84 | - |
| YUV | 196.52 | 58.29 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 73 | 0.26 | 0 | 0.69 | 0.09 | 82.88 | 0.78 | 0.6 |
| Hex | AC | E9 | 49 | 1A | 0 | 45 | 9 | 53 | 4E | 3C |
| Octal | 254 | 351 | 111 | 32 | 0 | 105 | 11 | 123 | 116 | 74 |
| Binary | 10101100 | 11101001 | 1001001 | 11010 | 0 | 1000101 | 1001 | 1010011 | 1001110 | 111100 |
Color Harmonies of #ACE949
Complementary color
Monochromatic Colors of #ACE949
Black with #ACE949
Text Example
Text Example
White with #ACE949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE949; }
p { color: rgb(172,233,73); }
H1.HeaderClassName
{
color: #ACE949;
}
.AnyTagClassName
{
color: #ACE949;
}
</style>
background-color css
<style>
a { background-color: #ACE949; }
a { background-color: rgb(172,233,73); }
div.DivClassName
{
background-color: #ACE949;
}
.BgClassName
{
background-color: #ACE949;
}
</style>
border-color css
<style>
span { border-color: #ACE949; }
span { border-color: rgb(172,233,73); }
td.TdClassName
{
border-color: #ACE949;
}
.TagClassName
{
border-color: #ACE949;
}
</style>