Shades of Conifer #ACE966
Tints of Conifer #ACE966
RGB
CMYK
RGB Variations
Color information
#ACE966 (or 0xACE966) is known color: Conifer. HEX triplet: AC, E9 and 66. RGB value is (172,233,102). Sum of RGB (Red+Green+Blue) = 172+233+102=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 233 (91.41% from 255 or 45.96% from 507); Blue value is 102 (40.23% from 255 or 20.12% from 507); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE966 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE966 is #531699. Grayscale: #C8C8C8. Windows color (decimal): -5445274 or 6744492. OLE color: 6744492.
HSL color Cylindrical-coordinate representation of color #ACE966: hue angle of 87.94º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACE966 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 102 | - |
| CMYK | 0.26 | 0 | 0.56 | 0.09 |
| HSL | 87.94º | 0.75% | 0.66% | - |
| HSV(B) | 87.94º | 0.56% | 0.91% | - |
| XYZ | 48.55 | 68.01 | 23.14 | - |
| YUV | 199.83 | 72.79 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 102 | 0.26 | 0 | 0.56 | 0.09 | 87.94 | 0.75 | 0.66 |
| Hex | AC | E9 | 66 | 1A | 0 | 38 | 9 | 58 | 4B | 42 |
| Octal | 254 | 351 | 146 | 32 | 0 | 70 | 11 | 130 | 113 | 102 |
| Binary | 10101100 | 11101001 | 1100110 | 11010 | 0 | 111000 | 1001 | 1011000 | 1001011 | 1000010 |
Color Harmonies of #ACE966
Complementary color
Monochromatic Colors of #ACE966
Black with #ACE966
Text Example
Text Example
White with #ACE966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE966; }
p { color: rgb(172,233,102); }
H1.HeaderClassName
{
color: #ACE966;
}
.AnyTagClassName
{
color: #ACE966;
}
</style>
background-color css
<style>
a { background-color: #ACE966; }
a { background-color: rgb(172,233,102); }
div.DivClassName
{
background-color: #ACE966;
}
.BgClassName
{
background-color: #ACE966;
}
</style>
border-color css
<style>
span { border-color: #ACE966; }
span { border-color: rgb(172,233,102); }
td.TdClassName
{
border-color: #ACE966;
}
.TagClassName
{
border-color: #ACE966;
}
</style>