Shades of Conifer #ADDD69
Tints of Conifer #ADDD69
RGB
CMYK
RGB Variations
Color information
#ADDD69 (or 0xADDD69) is known color: Conifer. HEX triplet: AD, DD and 69. RGB value is (173,221,105). Sum of RGB (Red+Green+Blue) = 173+221+105=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 105 (41.41% from 255 or 21.04% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD69 is #522296. Grayscale: #C1C1C1. Windows color (decimal): -5382807 or 6938029. OLE color: 6938029.
HSL color Cylindrical-coordinate representation of color #ADDD69: hue angle of 84.83º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADDD69 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 105 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.13 |
| HSL | 84.83º | 0.63% | 0.64% | - |
| HSV(B) | 84.83º | 0.52% | 0.87% | - |
| XYZ | 45.64 | 61.62 | 22.85 | - |
| YUV | 193.42 | 78.1 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 105 | 0.22 | 0 | 0.52 | 0.13 | 84.83 | 0.63 | 0.64 |
| Hex | AD | DD | 69 | 16 | 0 | 34 | D | 55 | 3F | 40 |
| Octal | 255 | 335 | 151 | 26 | 0 | 64 | 15 | 125 | 77 | 100 |
| Binary | 10101101 | 11011101 | 1101001 | 10110 | 0 | 110100 | 1101 | 1010101 | 111111 | 1000000 |
Color Harmonies of #ADDD69
Complementary color
Monochromatic Colors of #ADDD69
Black with #ADDD69
Text Example
Text Example
White with #ADDD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD69; }
p { color: rgb(173,221,105); }
H1.HeaderClassName
{
color: #ADDD69;
}
.AnyTagClassName
{
color: #ADDD69;
}
</style>
background-color css
<style>
a { background-color: #ADDD69; }
a { background-color: rgb(173,221,105); }
div.DivClassName
{
background-color: #ADDD69;
}
.BgClassName
{
background-color: #ADDD69;
}
</style>
border-color css
<style>
span { border-color: #ADDD69; }
span { border-color: rgb(173,221,105); }
td.TdClassName
{
border-color: #ADDD69;
}
.TagClassName
{
border-color: #ADDD69;
}
</style>