Shades of Conifer #ACDB6A
Tints of Conifer #ACDB6A
RGB
CMYK
RGB Variations
Color information
#ACDB6A (or 0xACDB6A) is known color: Conifer. HEX triplet: AC, DB and 6A. RGB value is (172,219,106). Sum of RGB (Red+Green+Blue) = 172+219+106=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 106 (41.80% from 255 or 21.33% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB6A is #532495. Grayscale: #C0C0C0. Windows color (decimal): -5448854 or 7003052. OLE color: 7003052.
HSL color Cylindrical-coordinate representation of color #ACDB6A: hue angle of 84.96º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACDB6A is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 106 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.14 |
| HSL | 84.96º | 0.61% | 0.64% | - |
| HSV(B) | 84.96º | 0.52% | 0.86% | - |
| XYZ | 44.95 | 60.47 | 22.94 | - |
| YUV | 192.07 | 79.43 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 106 | 0.21 | 0 | 0.52 | 0.14 | 84.96 | 0.61 | 0.64 |
| Hex | AC | DB | 6A | 15 | 0 | 34 | E | 55 | 3D | 40 |
| Octal | 254 | 333 | 152 | 25 | 0 | 64 | 16 | 125 | 75 | 100 |
| Binary | 10101100 | 11011011 | 1101010 | 10101 | 0 | 110100 | 1110 | 1010101 | 111101 | 1000000 |
Color Harmonies of #ACDB6A
Complementary color
Monochromatic Colors of #ACDB6A
Black with #ACDB6A
Text Example
Text Example
White with #ACDB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB6A; }
p { color: rgb(172,219,106); }
H1.HeaderClassName
{
color: #ACDB6A;
}
.AnyTagClassName
{
color: #ACDB6A;
}
</style>
background-color css
<style>
a { background-color: #ACDB6A; }
a { background-color: rgb(172,219,106); }
div.DivClassName
{
background-color: #ACDB6A;
}
.BgClassName
{
background-color: #ACDB6A;
}
</style>
border-color css
<style>
span { border-color: #ACDB6A; }
span { border-color: rgb(172,219,106); }
td.TdClassName
{
border-color: #ACDB6A;
}
.TagClassName
{
border-color: #ACDB6A;
}
</style>