Shades of Conifer #ACDB5E
Tints of Conifer #ACDB5E
RGB
CMYK
RGB Variations
Color information
#ACDB5E (or 0xACDB5E) is known color: Conifer. HEX triplet: AC, DB and 5E. RGB value is (172,219,94). Sum of RGB (Red+Green+Blue) = 172+219+94=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 94 (37.11% from 255 or 19.38% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDB5E is #5324A1. Grayscale: #BFBFBF. Windows color (decimal): -5448866 or 6216620. OLE color: 6216620.
HSL color Cylindrical-coordinate representation of color #ACDB5E: hue angle of 82.56º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACDB5E is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 219 | 94 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.14 |
| HSL | 82.56º | 0.63% | 0.61% | - |
| HSV(B) | 82.56º | 0.57% | 0.86% | - |
| XYZ | 44.37 | 60.24 | 19.88 | - |
| YUV | 190.7 | 73.43 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 219 | 94 | 0.21 | 0 | 0.57 | 0.14 | 82.56 | 0.63 | 0.61 |
| Hex | AC | DB | 5E | 15 | 0 | 39 | E | 53 | 3F | 3D |
| Octal | 254 | 333 | 136 | 25 | 0 | 71 | 16 | 123 | 77 | 75 |
| Binary | 10101100 | 11011011 | 1011110 | 10101 | 0 | 111001 | 1110 | 1010011 | 111111 | 111101 |
Color Harmonies of #ACDB5E
Complementary color
Monochromatic Colors of #ACDB5E
Black with #ACDB5E
Text Example
Text Example
White with #ACDB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDB5E; }
p { color: rgb(172,219,94); }
H1.HeaderClassName
{
color: #ACDB5E;
}
.AnyTagClassName
{
color: #ACDB5E;
}
</style>
background-color css
<style>
a { background-color: #ACDB5E; }
a { background-color: rgb(172,219,94); }
div.DivClassName
{
background-color: #ACDB5E;
}
.BgClassName
{
background-color: #ACDB5E;
}
</style>
border-color css
<style>
span { border-color: #ACDB5E; }
span { border-color: rgb(172,219,94); }
td.TdClassName
{
border-color: #ACDB5E;
}
.TagClassName
{
border-color: #ACDB5E;
}
</style>