Shades of Conifer #ACE63B
Tints of Conifer #ACE63B
RGB
CMYK
RGB Variations
Color information
#ACE63B (or 0xACE63B) is known color: Conifer. HEX triplet: AC, E6 and 3B. RGB value is (172,230,59). Sum of RGB (Red+Green+Blue) = 172+230+59=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 230 (90.23% from 255 or 49.89% from 461); Blue value is 59 (23.44% from 255 or 12.80% from 461); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE63B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACE63B is #5319C4. Grayscale: #C1C1C1. Windows color (decimal): -5446085 or 3925676. OLE color: 3925676.
HSL color Cylindrical-coordinate representation of color #ACE63B: hue angle of 80.35º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACE63B is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 59 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.10 |
| HSL | 80.35º | 0.77% | 0.57% | - |
| HSV(B) | 80.35º | 0.74% | 0.9% | - |
| XYZ | 46.1 | 65.68 | 14.39 | - |
| YUV | 193.16 | 52.28 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 59 | 0.25 | 0 | 0.74 | 0.10 | 80.35 | 0.77 | 0.57 |
| Hex | AC | E6 | 3B | 19 | 0 | 4A | A | 50 | 4D | 39 |
| Octal | 254 | 346 | 73 | 31 | 0 | 112 | 12 | 120 | 115 | 71 |
| Binary | 10101100 | 11100110 | 111011 | 11001 | 0 | 1001010 | 1010 | 1010000 | 1001101 | 111001 |
Color Harmonies of #ACE63B
Complementary color
Monochromatic Colors of #ACE63B
Black with #ACE63B
Text Example
Text Example
White with #ACE63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE63B; }
p { color: rgb(172,230,59); }
H1.HeaderClassName
{
color: #ACE63B;
}
.AnyTagClassName
{
color: #ACE63B;
}
</style>
background-color css
<style>
a { background-color: #ACE63B; }
a { background-color: rgb(172,230,59); }
div.DivClassName
{
background-color: #ACE63B;
}
.BgClassName
{
background-color: #ACE63B;
}
</style>
border-color css
<style>
span { border-color: #ACE63B; }
span { border-color: rgb(172,230,59); }
td.TdClassName
{
border-color: #ACE63B;
}
.TagClassName
{
border-color: #ACE63B;
}
</style>