Shades of Conifer #ADDA69
Tints of Conifer #ADDA69
RGB
CMYK
RGB Variations
Color information
#ADDA69 (or 0xADDA69) is known color: Conifer. HEX triplet: AD, DA and 69. RGB value is (173,218,105). Sum of RGB (Red+Green+Blue) = 173+218+105=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 105 (41.41% from 255 or 21.17% from 496); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDA69 is #522596. Grayscale: #C0C0C0. Windows color (decimal): -5383575 or 6937261. OLE color: 6937261.
HSL color Cylindrical-coordinate representation of color #ADDA69: hue angle of 83.89º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADDA69 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 105 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.15 |
| HSL | 83.89º | 0.6% | 0.63% | - |
| HSV(B) | 83.89º | 0.52% | 0.85% | - |
| XYZ | 44.85 | 60.05 | 22.59 | - |
| YUV | 191.66 | 79.09 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 105 | 0.21 | 0 | 0.52 | 0.15 | 83.89 | 0.6 | 0.63 |
| Hex | AD | DA | 69 | 15 | 0 | 34 | F | 54 | 3C | 3F |
| Octal | 255 | 332 | 151 | 25 | 0 | 64 | 17 | 124 | 74 | 77 |
| Binary | 10101101 | 11011010 | 1101001 | 10101 | 0 | 110100 | 1111 | 1010100 | 111100 | 111111 |
Color Harmonies of #ADDA69
Complementary color
Monochromatic Colors of #ADDA69
Black with #ADDA69
Text Example
Text Example
White with #ADDA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA69; }
p { color: rgb(173,218,105); }
H1.HeaderClassName
{
color: #ADDA69;
}
.AnyTagClassName
{
color: #ADDA69;
}
</style>
background-color css
<style>
a { background-color: #ADDA69; }
a { background-color: rgb(173,218,105); }
div.DivClassName
{
background-color: #ADDA69;
}
.BgClassName
{
background-color: #ADDA69;
}
</style>
border-color css
<style>
span { border-color: #ADDA69; }
span { border-color: rgb(173,218,105); }
td.TdClassName
{
border-color: #ADDA69;
}
.TagClassName
{
border-color: #ADDA69;
}
</style>