Shades of Conifer #ACE96C
Tints of Conifer #ACE96C
RGB
CMYK
RGB Variations
Color information
#ACE96C (or 0xACE96C) is known color: Conifer. HEX triplet: AC, E9 and 6C. RGB value is (172,233,108). Sum of RGB (Red+Green+Blue) = 172+233+108=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 233 (91.41% from 255 or 45.42% from 513); Blue value is 108 (42.58% from 255 or 21.05% from 513); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE96C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE96C is #531693. Grayscale: #C8C8C8. Windows color (decimal): -5445268 or 7137708. OLE color: 7137708.
HSL color Cylindrical-coordinate representation of color #ACE96C: hue angle of 89.28º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACE96C is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 108 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.09 |
| HSL | 89.28º | 0.74% | 0.67% | - |
| HSV(B) | 89.28º | 0.54% | 0.91% | - |
| XYZ | 48.86 | 68.13 | 24.76 | - |
| YUV | 200.51 | 75.79 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 108 | 0.26 | 0 | 0.54 | 0.09 | 89.28 | 0.74 | 0.67 |
| Hex | AC | E9 | 6C | 1A | 0 | 36 | 9 | 59 | 4A | 43 |
| Octal | 254 | 351 | 154 | 32 | 0 | 66 | 11 | 131 | 112 | 103 |
| Binary | 10101100 | 11101001 | 1101100 | 11010 | 0 | 110110 | 1001 | 1011001 | 1001010 | 1000011 |
Color Harmonies of #ACE96C
Complementary color
Monochromatic Colors of #ACE96C
Black with #ACE96C
Text Example
Text Example
White with #ACE96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE96C; }
p { color: rgb(172,233,108); }
H1.HeaderClassName
{
color: #ACE96C;
}
.AnyTagClassName
{
color: #ACE96C;
}
</style>
background-color css
<style>
a { background-color: #ACE96C; }
a { background-color: rgb(172,233,108); }
div.DivClassName
{
background-color: #ACE96C;
}
.BgClassName
{
background-color: #ACE96C;
}
</style>
border-color css
<style>
span { border-color: #ACE96C; }
span { border-color: rgb(172,233,108); }
td.TdClassName
{
border-color: #ACE96C;
}
.TagClassName
{
border-color: #ACE96C;
}
</style>