Shades of Conifer #ACE35F
Tints of Conifer #ACE35F
RGB
CMYK
RGB Variations
Color information
#ACE35F (or 0xACE35F) is known color: Conifer. HEX triplet: AC, E3 and 5F. RGB value is (172,227,95). Sum of RGB (Red+Green+Blue) = 172+227+95=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 95 (37.5% from 255 or 19.23% from 494); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE35F is #531CA0. Grayscale: #C3C3C3. Windows color (decimal): -5446817 or 6284204. OLE color: 6284204.
HSL color Cylindrical-coordinate representation of color #ACE35F: hue angle of 85º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACE35F is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 95 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.11 |
| HSL | 85º | 0.7% | 0.63% | - |
| HSV(B) | 85º | 0.58% | 0.89% | - |
| XYZ | 46.55 | 64.54 | 20.83 | - |
| YUV | 195.51 | 71.28 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 95 | 0.24 | 0 | 0.58 | 0.11 | 85 | 0.7 | 0.63 |
| Hex | AC | E3 | 5F | 18 | 0 | 3A | B | 55 | 46 | 3F |
| Octal | 254 | 343 | 137 | 30 | 0 | 72 | 13 | 125 | 106 | 77 |
| Binary | 10101100 | 11100011 | 1011111 | 11000 | 0 | 111010 | 1011 | 1010101 | 1000110 | 111111 |
Color Harmonies of #ACE35F
Complementary color
Monochromatic Colors of #ACE35F
Black with #ACE35F
Text Example
Text Example
White with #ACE35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE35F; }
p { color: rgb(172,227,95); }
H1.HeaderClassName
{
color: #ACE35F;
}
.AnyTagClassName
{
color: #ACE35F;
}
</style>
background-color css
<style>
a { background-color: #ACE35F; }
a { background-color: rgb(172,227,95); }
div.DivClassName
{
background-color: #ACE35F;
}
.BgClassName
{
background-color: #ACE35F;
}
</style>
border-color css
<style>
span { border-color: #ACE35F; }
span { border-color: rgb(172,227,95); }
td.TdClassName
{
border-color: #ACE35F;
}
.TagClassName
{
border-color: #ACE35F;
}
</style>