Shades of Conifer #ACE83D
Tints of Conifer #ACE83D
RGB
CMYK
RGB Variations
Color information
#ACE83D (or 0xACE83D) is known color: Conifer. HEX triplet: AC, E8 and 3D. RGB value is (172,232,61). Sum of RGB (Red+Green+Blue) = 172+232+61=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 232 (91.02% from 255 or 49.89% from 465); Blue value is 61 (24.22% from 255 or 13.12% from 465); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE83D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACE83D is #5317C2. Grayscale: #C3C3C3. Windows color (decimal): -5445571 or 4057260. OLE color: 4057260.
HSL color Cylindrical-coordinate representation of color #ACE83D: hue angle of 81.05º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACE83D is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 232 | 61 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.09 |
| HSL | 81.05º | 0.79% | 0.57% | - |
| HSV(B) | 81.05º | 0.74% | 0.91% | - |
| XYZ | 46.71 | 66.82 | 14.85 | - |
| YUV | 194.57 | 52.62 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 232 | 61 | 0.26 | 0 | 0.74 | 0.09 | 81.05 | 0.79 | 0.57 |
| Hex | AC | E8 | 3D | 1A | 0 | 4A | 9 | 51 | 4F | 39 |
| Octal | 254 | 350 | 75 | 32 | 0 | 112 | 11 | 121 | 117 | 71 |
| Binary | 10101100 | 11101000 | 111101 | 11010 | 0 | 1001010 | 1001 | 1010001 | 1001111 | 111001 |
Color Harmonies of #ACE83D
Complementary color
Monochromatic Colors of #ACE83D
Black with #ACE83D
Text Example
Text Example
White with #ACE83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE83D; }
p { color: rgb(172,232,61); }
H1.HeaderClassName
{
color: #ACE83D;
}
.AnyTagClassName
{
color: #ACE83D;
}
</style>
background-color css
<style>
a { background-color: #ACE83D; }
a { background-color: rgb(172,232,61); }
div.DivClassName
{
background-color: #ACE83D;
}
.BgClassName
{
background-color: #ACE83D;
}
</style>
border-color css
<style>
span { border-color: #ACE83D; }
span { border-color: rgb(172,232,61); }
td.TdClassName
{
border-color: #ACE83D;
}
.TagClassName
{
border-color: #ACE83D;
}
</style>