Shades of Conifer #ACDB5A
Tints of Conifer #ACDB5A
RGB
CMYK
RGB Variations
Color information
#ACDB5A (or 0xACDB5A) is known color: Conifer. HEX triplet: AC, DB and 5A. RGB value is (172,219,90). Sum of RGB (Red+Green+Blue) = 172+219+90=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 90 (35.55% from 255 or 18.71% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB5A is #5324A5. Grayscale: #BEBEBE. Windows color (decimal): -5448870 or 5954476. OLE color: 5954476.
HSL color Cylindrical-coordinate representation of color #ACDB5A: hue angle of 81.86º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACDB5A is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 90 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.14 |
| HSL | 81.86º | 0.64% | 0.61% | - |
| HSV(B) | 81.86º | 0.59% | 0.86% | - |
| XYZ | 44.19 | 60.17 | 18.96 | - |
| YUV | 190.24 | 71.43 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 90 | 0.21 | 0 | 0.59 | 0.14 | 81.86 | 0.64 | 0.61 |
| Hex | AC | DB | 5A | 15 | 0 | 3B | E | 52 | 40 | 3D |
| Octal | 254 | 333 | 132 | 25 | 0 | 73 | 16 | 122 | 100 | 75 |
| Binary | 10101100 | 11011011 | 1011010 | 10101 | 0 | 111011 | 1110 | 1010010 | 1000000 | 111101 |
Color Harmonies of #ACDB5A
Complementary color
Monochromatic Colors of #ACDB5A
Black with #ACDB5A
Text Example
Text Example
White with #ACDB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB5A; }
p { color: rgb(172,219,90); }
H1.HeaderClassName
{
color: #ACDB5A;
}
.AnyTagClassName
{
color: #ACDB5A;
}
</style>
background-color css
<style>
a { background-color: #ACDB5A; }
a { background-color: rgb(172,219,90); }
div.DivClassName
{
background-color: #ACDB5A;
}
.BgClassName
{
background-color: #ACDB5A;
}
</style>
border-color css
<style>
span { border-color: #ACDB5A; }
span { border-color: rgb(172,219,90); }
td.TdClassName
{
border-color: #ACDB5A;
}
.TagClassName
{
border-color: #ACDB5A;
}
</style>