Shades of Conifer #ADDB69
Tints of Conifer #ADDB69
RGB
CMYK
RGB Variations
Color information
#ADDB69 (or 0xADDB69) is known color: Conifer. HEX triplet: AD, DB and 69. RGB value is (173,219,105). Sum of RGB (Red+Green+Blue) = 173+219+105=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 105 (41.41% from 255 or 21.13% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDB69 is #522496. Grayscale: #C0C0C0. Windows color (decimal): -5383319 or 6937517. OLE color: 6937517.
HSL color Cylindrical-coordinate representation of color #ADDB69: hue angle of 84.21º 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 #ADDB69 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 105 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.14 |
| HSL | 84.21º | 0.61% | 0.64% | - |
| HSV(B) | 84.21º | 0.52% | 0.86% | - |
| XYZ | 45.11 | 60.57 | 22.68 | - |
| YUV | 192.25 | 78.76 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 105 | 0.21 | 0 | 0.52 | 0.14 | 84.21 | 0.61 | 0.64 |
| Hex | AD | DB | 69 | 15 | 0 | 34 | E | 54 | 3D | 40 |
| Octal | 255 | 333 | 151 | 25 | 0 | 64 | 16 | 124 | 75 | 100 |
| Binary | 10101101 | 11011011 | 1101001 | 10101 | 0 | 110100 | 1110 | 1010100 | 111101 | 1000000 |
Color Harmonies of #ADDB69
Complementary color
Monochromatic Colors of #ADDB69
Black with #ADDB69
Text Example
Text Example
White with #ADDB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB69; }
p { color: rgb(173,219,105); }
H1.HeaderClassName
{
color: #ADDB69;
}
.AnyTagClassName
{
color: #ADDB69;
}
</style>
background-color css
<style>
a { background-color: #ADDB69; }
a { background-color: rgb(173,219,105); }
div.DivClassName
{
background-color: #ADDB69;
}
.BgClassName
{
background-color: #ADDB69;
}
</style>
border-color css
<style>
span { border-color: #ADDB69; }
span { border-color: rgb(173,219,105); }
td.TdClassName
{
border-color: #ADDB69;
}
.TagClassName
{
border-color: #ADDB69;
}
</style>