Shades of Conifer #ACE952
Tints of Conifer #ACE952
RGB
CMYK
RGB Variations
Color information
#ACE952 (or 0xACE952) is known color: Conifer. HEX triplet: AC, E9 and 52. RGB value is (172,233,82). Sum of RGB (Red+Green+Blue) = 172+233+82=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 233 (91.41% from 255 or 47.84% from 487); Blue value is 82 (32.42% from 255 or 16.84% from 487); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE952 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE952 is #5316AD. Grayscale: #C6C6C6. Windows color (decimal): -5445294 or 5433772. OLE color: 5433772.
HSL color Cylindrical-coordinate representation of color #ACE952: hue angle of 84.24º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACE952 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 82 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.09 |
| HSL | 84.24º | 0.77% | 0.62% | - |
| HSV(B) | 84.24º | 0.65% | 0.91% | - |
| XYZ | 47.68 | 67.66 | 18.53 | - |
| YUV | 197.55 | 62.79 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 82 | 0.26 | 0 | 0.65 | 0.09 | 84.24 | 0.77 | 0.62 |
| Hex | AC | E9 | 52 | 1A | 0 | 41 | 9 | 54 | 4D | 3E |
| Octal | 254 | 351 | 122 | 32 | 0 | 101 | 11 | 124 | 115 | 76 |
| Binary | 10101100 | 11101001 | 1010010 | 11010 | 0 | 1000001 | 1001 | 1010100 | 1001101 | 111110 |
Color Harmonies of #ACE952
Complementary color
Monochromatic Colors of #ACE952
Black with #ACE952
Text Example
Text Example
White with #ACE952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE952; }
p { color: rgb(172,233,82); }
H1.HeaderClassName
{
color: #ACE952;
}
.AnyTagClassName
{
color: #ACE952;
}
</style>
background-color css
<style>
a { background-color: #ACE952; }
a { background-color: rgb(172,233,82); }
div.DivClassName
{
background-color: #ACE952;
}
.BgClassName
{
background-color: #ACE952;
}
</style>
border-color css
<style>
span { border-color: #ACE952; }
span { border-color: rgb(172,233,82); }
td.TdClassName
{
border-color: #ACE952;
}
.TagClassName
{
border-color: #ACE952;
}
</style>