Shades of Conifer #ACE93D
Tints of Conifer #ACE93D
RGB
CMYK
RGB Variations
Color information
#ACE93D (or 0xACE93D) is known color: Conifer. HEX triplet: AC, E9 and 3D. RGB value is (172,233,61). Sum of RGB (Red+Green+Blue) = 172+233+61=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 233 (91.41% from 255 or 50% from 466); Blue value is 61 (24.22% from 255 or 13.09% from 466); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE93D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACE93D is #5316C2. Grayscale: #C3C3C3. Windows color (decimal): -5445315 or 4057516. OLE color: 4057516.
HSL color Cylindrical-coordinate representation of color #ACE93D: hue angle of 81.28º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACE93D is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 61 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.09 |
| HSL | 81.28º | 0.8% | 0.58% | - |
| HSV(B) | 81.28º | 0.74% | 0.91% | - |
| XYZ | 46.99 | 67.39 | 14.94 | - |
| YUV | 195.15 | 52.29 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 61 | 0.26 | 0 | 0.74 | 0.09 | 81.28 | 0.8 | 0.58 |
| Hex | AC | E9 | 3D | 1A | 0 | 4A | 9 | 51 | 50 | 3A |
| Octal | 254 | 351 | 75 | 32 | 0 | 112 | 11 | 121 | 120 | 72 |
| Binary | 10101100 | 11101001 | 111101 | 11010 | 0 | 1001010 | 1001 | 1010001 | 1010000 | 111010 |
Color Harmonies of #ACE93D
Complementary color
Monochromatic Colors of #ACE93D
Black with #ACE93D
Text Example
Text Example
White with #ACE93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE93D; }
p { color: rgb(172,233,61); }
H1.HeaderClassName
{
color: #ACE93D;
}
.AnyTagClassName
{
color: #ACE93D;
}
</style>
background-color css
<style>
a { background-color: #ACE93D; }
a { background-color: rgb(172,233,61); }
div.DivClassName
{
background-color: #ACE93D;
}
.BgClassName
{
background-color: #ACE93D;
}
</style>
border-color css
<style>
span { border-color: #ACE93D; }
span { border-color: rgb(172,233,61); }
td.TdClassName
{
border-color: #ACE93D;
}
.TagClassName
{
border-color: #ACE93D;
}
</style>