Shades of Conifer #ACDF4E
Tints of Conifer #ACDF4E
RGB
CMYK
RGB Variations
Color information
#ACDF4E (or 0xACDF4E) is known color: Conifer. HEX triplet: AC, DF and 4E. RGB value is (172,223,78). Sum of RGB (Red+Green+Blue) = 172+223+78=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 78 (30.86% from 255 or 16.49% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDF4E is #5320B1. Grayscale: #BFBFBF. Windows color (decimal): -5447858 or 5169068. OLE color: 5169068.
HSL color Cylindrical-coordinate representation of color #ACDF4E: hue angle of 81.1º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACDF4E is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 223 | 78 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.13 |
| HSL | 81.1º | 0.69% | 0.59% | - |
| HSV(B) | 81.1º | 0.65% | 0.87% | - |
| XYZ | 44.78 | 62.1 | 16.83 | - |
| YUV | 191.22 | 64.1 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 223 | 78 | 0.23 | 0 | 0.65 | 0.13 | 81.1 | 0.69 | 0.59 |
| Hex | AC | DF | 4E | 17 | 0 | 41 | D | 51 | 45 | 3B |
| Octal | 254 | 337 | 116 | 27 | 0 | 101 | 15 | 121 | 105 | 73 |
| Binary | 10101100 | 11011111 | 1001110 | 10111 | 0 | 1000001 | 1101 | 1010001 | 1000101 | 111011 |
Color Harmonies of #ACDF4E
Complementary color
Monochromatic Colors of #ACDF4E
Black with #ACDF4E
Text Example
Text Example
White with #ACDF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDF4E; }
p { color: rgb(172,223,78); }
H1.HeaderClassName
{
color: #ACDF4E;
}
.AnyTagClassName
{
color: #ACDF4E;
}
</style>
background-color css
<style>
a { background-color: #ACDF4E; }
a { background-color: rgb(172,223,78); }
div.DivClassName
{
background-color: #ACDF4E;
}
.BgClassName
{
background-color: #ACDF4E;
}
</style>
border-color css
<style>
span { border-color: #ACDF4E; }
span { border-color: rgb(172,223,78); }
td.TdClassName
{
border-color: #ACDF4E;
}
.TagClassName
{
border-color: #ACDF4E;
}
</style>