Shades of Conifer #ACE965
Tints of Conifer #ACE965
RGB
CMYK
RGB Variations
Color information
#ACE965 (or 0xACE965) is known color: Conifer. HEX triplet: AC, E9 and 65. RGB value is (172,233,101). Sum of RGB (Red+Green+Blue) = 172+233+101=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 233 (91.41% from 255 or 46.05% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE965 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE965 is #53169A. Grayscale: #C8C8C8. Windows color (decimal): -5445275 or 6678956. OLE color: 6678956.
HSL color Cylindrical-coordinate representation of color #ACE965: hue angle of 87.73º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACE965 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 101 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.09 |
| HSL | 87.73º | 0.75% | 0.65% | - |
| HSV(B) | 87.73º | 0.57% | 0.91% | - |
| XYZ | 48.5 | 67.99 | 22.88 | - |
| YUV | 199.71 | 72.29 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 101 | 0.26 | 0 | 0.57 | 0.09 | 87.73 | 0.75 | 0.65 |
| Hex | AC | E9 | 65 | 1A | 0 | 39 | 9 | 58 | 4B | 41 |
| Octal | 254 | 351 | 145 | 32 | 0 | 71 | 11 | 130 | 113 | 101 |
| Binary | 10101100 | 11101001 | 1100101 | 11010 | 0 | 111001 | 1001 | 1011000 | 1001011 | 1000001 |
Color Harmonies of #ACE965
Complementary color
Monochromatic Colors of #ACE965
Black with #ACE965
Text Example
Text Example
White with #ACE965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE965; }
p { color: rgb(172,233,101); }
H1.HeaderClassName
{
color: #ACE965;
}
.AnyTagClassName
{
color: #ACE965;
}
</style>
background-color css
<style>
a { background-color: #ACE965; }
a { background-color: rgb(172,233,101); }
div.DivClassName
{
background-color: #ACE965;
}
.BgClassName
{
background-color: #ACE965;
}
</style>
border-color css
<style>
span { border-color: #ACE965; }
span { border-color: rgb(172,233,101); }
td.TdClassName
{
border-color: #ACE965;
}
.TagClassName
{
border-color: #ACE965;
}
</style>