Shades of Conifer #ACE341
Tints of Conifer #ACE341
RGB
CMYK
RGB Variations
Color information
#ACE341 (or 0xACE341) is known color: Conifer. HEX triplet: AC, E3 and 41. RGB value is (172,227,65). Sum of RGB (Red+Green+Blue) = 172+227+65=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 227 (89.06% from 255 or 48.92% from 464); Blue value is 65 (25.78% from 255 or 14.01% from 464); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE341 is #531CBE. Grayscale: #C0C0C0. Windows color (decimal): -5446847 or 4318124. OLE color: 4318124.
HSL color Cylindrical-coordinate representation of color #ACE341: hue angle of 80.37º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACE341 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 65 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.11 |
| HSL | 80.37º | 0.74% | 0.57% | - |
| HSV(B) | 80.37º | 0.71% | 0.89% | - |
| XYZ | 45.44 | 64.09 | 14.98 | - |
| YUV | 192.09 | 56.28 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 65 | 0.24 | 0 | 0.71 | 0.11 | 80.37 | 0.74 | 0.57 |
| Hex | AC | E3 | 41 | 18 | 0 | 47 | B | 50 | 4A | 39 |
| Octal | 254 | 343 | 101 | 30 | 0 | 107 | 13 | 120 | 112 | 71 |
| Binary | 10101100 | 11100011 | 1000001 | 11000 | 0 | 1000111 | 1011 | 1010000 | 1001010 | 111001 |
Color Harmonies of #ACE341
Complementary color
Monochromatic Colors of #ACE341
Black with #ACE341
Text Example
Text Example
White with #ACE341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE341; }
p { color: rgb(172,227,65); }
H1.HeaderClassName
{
color: #ACE341;
}
.AnyTagClassName
{
color: #ACE341;
}
</style>
background-color css
<style>
a { background-color: #ACE341; }
a { background-color: rgb(172,227,65); }
div.DivClassName
{
background-color: #ACE341;
}
.BgClassName
{
background-color: #ACE341;
}
</style>
border-color css
<style>
span { border-color: #ACE341; }
span { border-color: rgb(172,227,65); }
td.TdClassName
{
border-color: #ACE341;
}
.TagClassName
{
border-color: #ACE341;
}
</style>