Shades of Conifer #ACE63D
Tints of Conifer #ACE63D
RGB
CMYK
RGB Variations
Color information
#ACE63D (or 0xACE63D) is known color: Conifer. HEX triplet: AC, E6 and 3D. RGB value is (172,230,61). Sum of RGB (Red+Green+Blue) = 172+230+61=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 230 (90.23% from 255 or 49.68% from 463); Blue value is 61 (24.22% from 255 or 13.17% from 463); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE63D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACE63D is #5319C2. Grayscale: #C2C2C2. Windows color (decimal): -5446083 or 4056748. OLE color: 4056748.
HSL color Cylindrical-coordinate representation of color #ACE63D: hue angle of 80.59º 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 #ACE63D is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 61 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.10 |
| HSL | 80.59º | 0.77% | 0.57% | - |
| HSV(B) | 80.59º | 0.73% | 0.9% | - |
| XYZ | 46.15 | 65.7 | 14.66 | - |
| YUV | 193.39 | 53.28 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 61 | 0.25 | 0 | 0.73 | 0.10 | 80.59 | 0.77 | 0.57 |
| Hex | AC | E6 | 3D | 19 | 0 | 49 | A | 51 | 4D | 39 |
| Octal | 254 | 346 | 75 | 31 | 0 | 111 | 12 | 121 | 115 | 71 |
| Binary | 10101100 | 11100110 | 111101 | 11001 | 0 | 1001001 | 1010 | 1010001 | 1001101 | 111001 |
Color Harmonies of #ACE63D
Complementary color
Monochromatic Colors of #ACE63D
Black with #ACE63D
Text Example
Text Example
White with #ACE63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE63D; }
p { color: rgb(172,230,61); }
H1.HeaderClassName
{
color: #ACE63D;
}
.AnyTagClassName
{
color: #ACE63D;
}
</style>
background-color css
<style>
a { background-color: #ACE63D; }
a { background-color: rgb(172,230,61); }
div.DivClassName
{
background-color: #ACE63D;
}
.BgClassName
{
background-color: #ACE63D;
}
</style>
border-color css
<style>
span { border-color: #ACE63D; }
span { border-color: rgb(172,230,61); }
td.TdClassName
{
border-color: #ACE63D;
}
.TagClassName
{
border-color: #ACE63D;
}
</style>