Shades of Conifer #ACE64F
Tints of Conifer #ACE64F
RGB
CMYK
RGB Variations
Color information
#ACE64F (or 0xACE64F) is known color: Conifer. HEX triplet: AC, E6 and 4F. RGB value is (172,230,79). Sum of RGB (Red+Green+Blue) = 172+230+79=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 230 (90.23% from 255 or 47.82% from 481); Blue value is 79 (31.25% from 255 or 16.42% from 481); Max value from RGB is 230 - color contains mainly: green. Hex color #ACE64F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE64F is #5319B0. Grayscale: #C3C3C3. Windows color (decimal): -5446065 or 5236396. OLE color: 5236396.
HSL color Cylindrical-coordinate representation of color #ACE64F: hue angle of 83.05º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACE64F is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 230 | 79 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.10 |
| HSL | 83.05º | 0.75% | 0.61% | - |
| HSV(B) | 83.05º | 0.66% | 0.9% | - |
| XYZ | 46.72 | 65.93 | 17.66 | - |
| YUV | 195.44 | 62.28 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 230 | 79 | 0.25 | 0 | 0.66 | 0.10 | 83.05 | 0.75 | 0.61 |
| Hex | AC | E6 | 4F | 19 | 0 | 42 | A | 53 | 4B | 3D |
| Octal | 254 | 346 | 117 | 31 | 0 | 102 | 12 | 123 | 113 | 75 |
| Binary | 10101100 | 11100110 | 1001111 | 11001 | 0 | 1000010 | 1010 | 1010011 | 1001011 | 111101 |
Color Harmonies of #ACE64F
Complementary color
Monochromatic Colors of #ACE64F
Black with #ACE64F
Text Example
Text Example
White with #ACE64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE64F; }
p { color: rgb(172,230,79); }
H1.HeaderClassName
{
color: #ACE64F;
}
.AnyTagClassName
{
color: #ACE64F;
}
</style>
background-color css
<style>
a { background-color: #ACE64F; }
a { background-color: rgb(172,230,79); }
div.DivClassName
{
background-color: #ACE64F;
}
.BgClassName
{
background-color: #ACE64F;
}
</style>
border-color css
<style>
span { border-color: #ACE64F; }
span { border-color: rgb(172,230,79); }
td.TdClassName
{
border-color: #ACE64F;
}
.TagClassName
{
border-color: #ACE64F;
}
</style>