Shades of Conifer #ACDB4D
Tints of Conifer #ACDB4D
RGB
CMYK
RGB Variations
Color information
#ACDB4D (or 0xACDB4D) is known color: Conifer. HEX triplet: AC, DB and 4D. RGB value is (172,219,77). Sum of RGB (Red+Green+Blue) = 172+219+77=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 77 (30.47% from 255 or 16.45% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB4D is #5324B2. Grayscale: #BDBDBD. Windows color (decimal): -5448883 or 5102508. OLE color: 5102508.
HSL color Cylindrical-coordinate representation of color #ACDB4D: hue angle of 79.86º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACDB4D is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 77 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.14 |
| HSL | 79.86º | 0.66% | 0.58% | - |
| HSV(B) | 79.86º | 0.65% | 0.86% | - |
| XYZ | 43.68 | 59.97 | 16.29 | - |
| YUV | 188.76 | 64.93 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 77 | 0.21 | 0 | 0.65 | 0.14 | 79.86 | 0.66 | 0.58 |
| Hex | AC | DB | 4D | 15 | 0 | 41 | E | 50 | 42 | 3A |
| Octal | 254 | 333 | 115 | 25 | 0 | 101 | 16 | 120 | 102 | 72 |
| Binary | 10101100 | 11011011 | 1001101 | 10101 | 0 | 1000001 | 1110 | 1010000 | 1000010 | 111010 |
Color Harmonies of #ACDB4D
Complementary color
Monochromatic Colors of #ACDB4D
Black with #ACDB4D
Text Example
Text Example
White with #ACDB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB4D; }
p { color: rgb(172,219,77); }
H1.HeaderClassName
{
color: #ACDB4D;
}
.AnyTagClassName
{
color: #ACDB4D;
}
</style>
background-color css
<style>
a { background-color: #ACDB4D; }
a { background-color: rgb(172,219,77); }
div.DivClassName
{
background-color: #ACDB4D;
}
.BgClassName
{
background-color: #ACDB4D;
}
</style>
border-color css
<style>
span { border-color: #ACDB4D; }
span { border-color: rgb(172,219,77); }
td.TdClassName
{
border-color: #ACDB4D;
}
.TagClassName
{
border-color: #ACDB4D;
}
</style>