Shades of Conifer #ACE33F
Tints of Conifer #ACE33F
RGB
CMYK
RGB Variations
Color information
#ACE33F (or 0xACE33F) is known color: Conifer. HEX triplet: AC, E3 and 3F. RGB value is (172,227,63). Sum of RGB (Red+Green+Blue) = 172+227+63=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 227 (89.06% from 255 or 49.13% from 462); Blue value is 63 (25% from 255 or 13.64% from 462); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE33F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE33F is #531CC0. Grayscale: #C0C0C0. Windows color (decimal): -5446849 or 4187052. OLE color: 4187052.
HSL color Cylindrical-coordinate representation of color #ACE33F: hue angle of 80.12º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACE33F is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 63 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.11 |
| HSL | 80.12º | 0.75% | 0.57% | - |
| HSV(B) | 80.12º | 0.72% | 0.89% | - |
| XYZ | 45.38 | 64.07 | 14.68 | - |
| YUV | 191.86 | 55.28 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 63 | 0.24 | 0 | 0.72 | 0.11 | 80.12 | 0.75 | 0.57 |
| Hex | AC | E3 | 3F | 18 | 0 | 48 | B | 50 | 4B | 39 |
| Octal | 254 | 343 | 77 | 30 | 0 | 110 | 13 | 120 | 113 | 71 |
| Binary | 10101100 | 11100011 | 111111 | 11000 | 0 | 1001000 | 1011 | 1010000 | 1001011 | 111001 |
Color Harmonies of #ACE33F
Complementary color
Monochromatic Colors of #ACE33F
Black with #ACE33F
Text Example
Text Example
White with #ACE33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE33F; }
p { color: rgb(172,227,63); }
H1.HeaderClassName
{
color: #ACE33F;
}
.AnyTagClassName
{
color: #ACE33F;
}
</style>
background-color css
<style>
a { background-color: #ACE33F; }
a { background-color: rgb(172,227,63); }
div.DivClassName
{
background-color: #ACE33F;
}
.BgClassName
{
background-color: #ACE33F;
}
</style>
border-color css
<style>
span { border-color: #ACE33F; }
span { border-color: rgb(172,227,63); }
td.TdClassName
{
border-color: #ACE33F;
}
.TagClassName
{
border-color: #ACE33F;
}
</style>