Shades of Conifer #ACE64E
Tints of Conifer #ACE64E
RGB
CMYK
RGB Variations
Color information
#ACE64E (or 0xACE64E) is known color: Conifer. HEX triplet: AC, E6 and 4E. RGB value is (172,230,78). Sum of RGB (Red+Green+Blue) = 172+230+78=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 230 (90.23% from 255 or 47.92% from 480); Blue value is 78 (30.86% from 255 or 16.25% from 480); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE64E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE64E is #5319B1. Grayscale: #C3C3C3. Windows color (decimal): -5446066 or 5170860. OLE color: 5170860.
HSL color Cylindrical-coordinate representation of color #ACE64E: hue angle of 82.89º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACE64E is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 78 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.10 |
| HSL | 82.89º | 0.75% | 0.6% | - |
| HSV(B) | 82.89º | 0.66% | 0.9% | - |
| XYZ | 46.69 | 65.91 | 17.47 | - |
| YUV | 195.33 | 61.78 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 78 | 0.25 | 0 | 0.66 | 0.10 | 82.89 | 0.75 | 0.6 |
| Hex | AC | E6 | 4E | 19 | 0 | 42 | A | 53 | 4B | 3C |
| Octal | 254 | 346 | 116 | 31 | 0 | 102 | 12 | 123 | 113 | 74 |
| Binary | 10101100 | 11100110 | 1001110 | 11001 | 0 | 1000010 | 1010 | 1010011 | 1001011 | 111100 |
Color Harmonies of #ACE64E
Complementary color
Monochromatic Colors of #ACE64E
Black with #ACE64E
Text Example
Text Example
White with #ACE64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE64E; }
p { color: rgb(172,230,78); }
H1.HeaderClassName
{
color: #ACE64E;
}
.AnyTagClassName
{
color: #ACE64E;
}
</style>
background-color css
<style>
a { background-color: #ACE64E; }
a { background-color: rgb(172,230,78); }
div.DivClassName
{
background-color: #ACE64E;
}
.BgClassName
{
background-color: #ACE64E;
}
</style>
border-color css
<style>
span { border-color: #ACE64E; }
span { border-color: rgb(172,230,78); }
td.TdClassName
{
border-color: #ACE64E;
}
.TagClassName
{
border-color: #ACE64E;
}
</style>