Shades of Conifer #ADD969
Tints of Conifer #ADD969
RGB
CMYK
RGB Variations
Color information
#ADD969 (or 0xADD969) is known color: Conifer. HEX triplet: AD, D9 and 69. RGB value is (173,217,105). Sum of RGB (Red+Green+Blue) = 173+217+105=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 105 (41.41% from 255 or 21.21% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD969 is #522696. Grayscale: #BFBFBF. Windows color (decimal): -5383831 or 6937005. OLE color: 6937005.
HSL color Cylindrical-coordinate representation of color #ADD969: hue angle of 83.57º 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 #ADD969 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 105 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.15 |
| HSL | 83.57º | 0.6% | 0.63% | - |
| HSV(B) | 83.57º | 0.52% | 0.85% | - |
| XYZ | 44.6 | 59.53 | 22.5 | - |
| YUV | 191.08 | 79.42 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 105 | 0.20 | 0 | 0.52 | 0.15 | 83.57 | 0.6 | 0.63 |
| Hex | AD | D9 | 69 | 14 | 0 | 34 | F | 54 | 3C | 3F |
| Octal | 255 | 331 | 151 | 24 | 0 | 64 | 17 | 124 | 74 | 77 |
| Binary | 10101101 | 11011001 | 1101001 | 10100 | 0 | 110100 | 1111 | 1010100 | 111100 | 111111 |
Color Harmonies of #ADD969
Complementary color
Monochromatic Colors of #ADD969
Black with #ADD969
Text Example
Text Example
White with #ADD969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD969; }
p { color: rgb(173,217,105); }
H1.HeaderClassName
{
color: #ADD969;
}
.AnyTagClassName
{
color: #ADD969;
}
</style>
background-color css
<style>
a { background-color: #ADD969; }
a { background-color: rgb(173,217,105); }
div.DivClassName
{
background-color: #ADD969;
}
.BgClassName
{
background-color: #ADD969;
}
</style>
border-color css
<style>
span { border-color: #ADD969; }
span { border-color: rgb(173,217,105); }
td.TdClassName
{
border-color: #ADD969;
}
.TagClassName
{
border-color: #ADD969;
}
</style>