Shades of Conifer #ADD669
Tints of Conifer #ADD669
RGB
CMYK
RGB Variations
Color information
#ADD669 (or 0xADD669) is known color: Conifer. HEX triplet: AD, D6 and 69. RGB value is (173,214,105). Sum of RGB (Red+Green+Blue) = 173+214+105=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 105 (41.41% from 255 or 21.34% from 492); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD669 is #522996. Grayscale: #BDBDBD. Windows color (decimal): -5384599 or 6936237. OLE color: 6936237.
HSL color Cylindrical-coordinate representation of color #ADD669: hue angle of 82.57º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADD669 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 105 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.16 |
| HSL | 82.57º | 0.57% | 0.63% | - |
| HSV(B) | 82.57º | 0.51% | 0.84% | - |
| XYZ | 43.83 | 58 | 22.25 | - |
| YUV | 189.32 | 80.42 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 105 | 0.19 | 0 | 0.51 | 0.16 | 82.57 | 0.57 | 0.63 |
| Hex | AD | D6 | 69 | 13 | 0 | 33 | 10 | 53 | 39 | 3F |
| Octal | 255 | 326 | 151 | 23 | 0 | 63 | 20 | 123 | 71 | 77 |
| Binary | 10101101 | 11010110 | 1101001 | 10011 | 0 | 110011 | 10000 | 1010011 | 111001 | 111111 |
Color Harmonies of #ADD669
Complementary color
Monochromatic Colors of #ADD669
Black with #ADD669
Text Example
Text Example
White with #ADD669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD669; }
p { color: rgb(173,214,105); }
H1.HeaderClassName
{
color: #ADD669;
}
.AnyTagClassName
{
color: #ADD669;
}
</style>
background-color css
<style>
a { background-color: #ADD669; }
a { background-color: rgb(173,214,105); }
div.DivClassName
{
background-color: #ADD669;
}
.BgClassName
{
background-color: #ADD669;
}
</style>
border-color css
<style>
span { border-color: #ADD669; }
span { border-color: rgb(173,214,105); }
td.TdClassName
{
border-color: #ADD669;
}
.TagClassName
{
border-color: #ADD669;
}
</style>