Shades of Conifer #ACE941
Tints of Conifer #ACE941
RGB
CMYK
RGB Variations
Color information
#ACE941 (or 0xACE941) is known color: Conifer. HEX triplet: AC, E9 and 41. RGB value is (172,233,65). Sum of RGB (Red+Green+Blue) = 172+233+65=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 233 (91.41% from 255 or 49.57% from 470); Blue value is 65 (25.78% from 255 or 13.83% from 470); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE941 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACE941 is #5316BE. Grayscale: #C4C4C4. Windows color (decimal): -5445311 or 4319660. OLE color: 4319660.
HSL color Cylindrical-coordinate representation of color #ACE941: hue angle of 81.79º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACE941 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 65 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.09 |
| HSL | 81.79º | 0.79% | 0.58% | - |
| HSV(B) | 81.79º | 0.72% | 0.91% | - |
| XYZ | 47.11 | 67.43 | 15.53 | - |
| YUV | 195.61 | 54.29 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 65 | 0.26 | 0 | 0.72 | 0.09 | 81.79 | 0.79 | 0.58 |
| Hex | AC | E9 | 41 | 1A | 0 | 48 | 9 | 52 | 4F | 3A |
| Octal | 254 | 351 | 101 | 32 | 0 | 110 | 11 | 122 | 117 | 72 |
| Binary | 10101100 | 11101001 | 1000001 | 11010 | 0 | 1001000 | 1001 | 1010010 | 1001111 | 111010 |
Color Harmonies of #ACE941
Complementary color
Monochromatic Colors of #ACE941
Black with #ACE941
Text Example
Text Example
White with #ACE941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE941; }
p { color: rgb(172,233,65); }
H1.HeaderClassName
{
color: #ACE941;
}
.AnyTagClassName
{
color: #ACE941;
}
</style>
background-color css
<style>
a { background-color: #ACE941; }
a { background-color: rgb(172,233,65); }
div.DivClassName
{
background-color: #ACE941;
}
.BgClassName
{
background-color: #ACE941;
}
</style>
border-color css
<style>
span { border-color: #ACE941; }
span { border-color: rgb(172,233,65); }
td.TdClassName
{
border-color: #ACE941;
}
.TagClassName
{
border-color: #ACE941;
}
</style>