Shades of Conifer #ACDB4E
Tints of Conifer #ACDB4E
RGB
CMYK
RGB Variations
Color information
#ACDB4E (or 0xACDB4E) is known color: Conifer. HEX triplet: AC, DB and 4E. RGB value is (172,219,78). Sum of RGB (Red+Green+Blue) = 172+219+78=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 78 (30.86% from 255 or 16.63% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB4E is #5324B1. Grayscale: #BDBDBD. Windows color (decimal): -5448882 or 5168044. OLE color: 5168044.
HSL color Cylindrical-coordinate representation of color #ACDB4E: hue angle of 80º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACDB4E is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 78 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.14 |
| HSL | 80º | 0.66% | 0.58% | - |
| HSV(B) | 80º | 0.64% | 0.86% | - |
| XYZ | 43.72 | 59.98 | 16.48 | - |
| YUV | 188.87 | 65.43 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 78 | 0.21 | 0 | 0.64 | 0.14 | 80 | 0.66 | 0.58 |
| Hex | AC | DB | 4E | 15 | 0 | 40 | E | 50 | 42 | 3A |
| Octal | 254 | 333 | 116 | 25 | 0 | 100 | 16 | 120 | 102 | 72 |
| Binary | 10101100 | 11011011 | 1001110 | 10101 | 0 | 1000000 | 1110 | 1010000 | 1000010 | 111010 |
Color Harmonies of #ACDB4E
Complementary color
Monochromatic Colors of #ACDB4E
Black with #ACDB4E
Text Example
Text Example
White with #ACDB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB4E; }
p { color: rgb(172,219,78); }
H1.HeaderClassName
{
color: #ACDB4E;
}
.AnyTagClassName
{
color: #ACDB4E;
}
</style>
background-color css
<style>
a { background-color: #ACDB4E; }
a { background-color: rgb(172,219,78); }
div.DivClassName
{
background-color: #ACDB4E;
}
.BgClassName
{
background-color: #ACDB4E;
}
</style>
border-color css
<style>
span { border-color: #ACDB4E; }
span { border-color: rgb(172,219,78); }
td.TdClassName
{
border-color: #ACDB4E;
}
.TagClassName
{
border-color: #ACDB4E;
}
</style>