Shades of Conifer #ACD64E
Tints of Conifer #ACD64E
RGB
CMYK
RGB Variations
Color information
#ACD64E (or 0xACD64E) is known color: Conifer. HEX triplet: AC, D6 and 4E. RGB value is (172,214,78). Sum of RGB (Red+Green+Blue) = 172+214+78=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 78 (30.86% from 255 or 16.81% from 464); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD64E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD64E is #5329B1. Grayscale: #BABABA. Windows color (decimal): -5450162 or 5166764. OLE color: 5166764.
HSL color Cylindrical-coordinate representation of color #ACD64E: hue angle of 78.53º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACD64E is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 78 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.16 |
| HSL | 78.53º | 0.62% | 0.57% | - |
| HSV(B) | 78.53º | 0.64% | 0.84% | - |
| XYZ | 42.43 | 57.41 | 16.05 | - |
| YUV | 185.94 | 67.09 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 78 | 0.20 | 0 | 0.64 | 0.16 | 78.53 | 0.62 | 0.57 |
| Hex | AC | D6 | 4E | 14 | 0 | 40 | 10 | 4F | 3E | 39 |
| Octal | 254 | 326 | 116 | 24 | 0 | 100 | 20 | 117 | 76 | 71 |
| Binary | 10101100 | 11010110 | 1001110 | 10100 | 0 | 1000000 | 10000 | 1001111 | 111110 | 111001 |
Color Harmonies of #ACD64E
Complementary color
Monochromatic Colors of #ACD64E
Black with #ACD64E
Text Example
Text Example
White with #ACD64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD64E; }
p { color: rgb(172,214,78); }
H1.HeaderClassName
{
color: #ACD64E;
}
.AnyTagClassName
{
color: #ACD64E;
}
</style>
background-color css
<style>
a { background-color: #ACD64E; }
a { background-color: rgb(172,214,78); }
div.DivClassName
{
background-color: #ACD64E;
}
.BgClassName
{
background-color: #ACD64E;
}
</style>
border-color css
<style>
span { border-color: #ACD64E; }
span { border-color: rgb(172,214,78); }
td.TdClassName
{
border-color: #ACD64E;
}
.TagClassName
{
border-color: #ACD64E;
}
</style>