Shades of Conifer #ADDB6C
Tints of Conifer #ADDB6C
RGB
CMYK
RGB Variations
Color information
#ADDB6C (or 0xADDB6C) is known color: Conifer. HEX triplet: AD, DB and 6C. RGB value is (173,219,108). Sum of RGB (Red+Green+Blue) = 173+219+108=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 108 (42.58% from 255 or 21.6% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDB6C is #522493. Grayscale: #C0C0C0. Windows color (decimal): -5383316 or 7134125. OLE color: 7134125.
HSL color Cylindrical-coordinate representation of color #ADDB6C: hue angle of 84.86º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADDB6C is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 108 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.14 |
| HSL | 84.86º | 0.61% | 0.64% | - |
| HSV(B) | 84.86º | 0.51% | 0.86% | - |
| XYZ | 45.27 | 60.63 | 23.5 | - |
| YUV | 192.59 | 80.26 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 108 | 0.21 | 0 | 0.51 | 0.14 | 84.86 | 0.61 | 0.64 |
| Hex | AD | DB | 6C | 15 | 0 | 33 | E | 55 | 3D | 40 |
| Octal | 255 | 333 | 154 | 25 | 0 | 63 | 16 | 125 | 75 | 100 |
| Binary | 10101101 | 11011011 | 1101100 | 10101 | 0 | 110011 | 1110 | 1010101 | 111101 | 1000000 |
Color Harmonies of #ADDB6C
Complementary color
Monochromatic Colors of #ADDB6C
Black with #ADDB6C
Text Example
Text Example
White with #ADDB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB6C; }
p { color: rgb(173,219,108); }
H1.HeaderClassName
{
color: #ADDB6C;
}
.AnyTagClassName
{
color: #ADDB6C;
}
</style>
background-color css
<style>
a { background-color: #ADDB6C; }
a { background-color: rgb(173,219,108); }
div.DivClassName
{
background-color: #ADDB6C;
}
.BgClassName
{
background-color: #ADDB6C;
}
</style>
border-color css
<style>
span { border-color: #ADDB6C; }
span { border-color: rgb(173,219,108); }
td.TdClassName
{
border-color: #ADDB6C;
}
.TagClassName
{
border-color: #ADDB6C;
}
</style>