Shades of Conifer #ACE63F
Tints of Conifer #ACE63F
RGB
CMYK
RGB Variations
Color information
#ACE63F (or 0xACE63F) is known color: Conifer. HEX triplet: AC, E6 and 3F. RGB value is (172,230,63). Sum of RGB (Red+Green+Blue) = 172+230+63=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 230 (90.23% from 255 or 49.46% from 465); Blue value is 63 (25% from 255 or 13.55% from 465); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE63F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACE63F is #5319C0. Grayscale: #C2C2C2. Windows color (decimal): -5446081 or 4187820. OLE color: 4187820.
HSL color Cylindrical-coordinate representation of color #ACE63F: hue angle of 80.84º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACE63F is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 63 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.10 |
| HSL | 80.84º | 0.77% | 0.57% | - |
| HSV(B) | 80.84º | 0.73% | 0.9% | - |
| XYZ | 46.21 | 65.72 | 14.95 | - |
| YUV | 193.62 | 54.28 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 63 | 0.25 | 0 | 0.73 | 0.10 | 80.84 | 0.77 | 0.57 |
| Hex | AC | E6 | 3F | 19 | 0 | 49 | A | 51 | 4D | 39 |
| Octal | 254 | 346 | 77 | 31 | 0 | 111 | 12 | 121 | 115 | 71 |
| Binary | 10101100 | 11100110 | 111111 | 11001 | 0 | 1001001 | 1010 | 1010001 | 1001101 | 111001 |
Color Harmonies of #ACE63F
Complementary color
Monochromatic Colors of #ACE63F
Black with #ACE63F
Text Example
Text Example
White with #ACE63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE63F; }
p { color: rgb(172,230,63); }
H1.HeaderClassName
{
color: #ACE63F;
}
.AnyTagClassName
{
color: #ACE63F;
}
</style>
background-color css
<style>
a { background-color: #ACE63F; }
a { background-color: rgb(172,230,63); }
div.DivClassName
{
background-color: #ACE63F;
}
.BgClassName
{
background-color: #ACE63F;
}
</style>
border-color css
<style>
span { border-color: #ACE63F; }
span { border-color: rgb(172,230,63); }
td.TdClassName
{
border-color: #ACE63F;
}
.TagClassName
{
border-color: #ACE63F;
}
</style>