Shades of Conifer #ADD569
Tints of Conifer #ADD569
RGB
CMYK
RGB Variations
Color information
#ADD569 (or 0xADD569) is known color: Conifer. HEX triplet: AD, D5 and 69. RGB value is (173,213,105). Sum of RGB (Red+Green+Blue) = 173+213+105=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 105 (41.41% from 255 or 21.38% from 491); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD569 is #522A96. Grayscale: #BDBDBD. Windows color (decimal): -5384855 or 6935981. OLE color: 6935981.
HSL color Cylindrical-coordinate representation of color #ADD569: hue angle of 82.22º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADD569 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 213 | 105 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.16 |
| HSL | 82.22º | 0.56% | 0.62% | - |
| HSV(B) | 82.22º | 0.51% | 0.84% | - |
| XYZ | 43.58 | 57.49 | 22.17 | - |
| YUV | 188.73 | 80.75 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 213 | 105 | 0.19 | 0 | 0.51 | 0.16 | 82.22 | 0.56 | 0.62 |
| Hex | AD | D5 | 69 | 13 | 0 | 33 | 10 | 52 | 38 | 3E |
| Octal | 255 | 325 | 151 | 23 | 0 | 63 | 20 | 122 | 70 | 76 |
| Binary | 10101101 | 11010101 | 1101001 | 10011 | 0 | 110011 | 10000 | 1010010 | 111000 | 111110 |
Color Harmonies of #ADD569
Complementary color
Monochromatic Colors of #ADD569
Black with #ADD569
Text Example
Text Example
White with #ADD569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD569; }
p { color: rgb(173,213,105); }
H1.HeaderClassName
{
color: #ADD569;
}
.AnyTagClassName
{
color: #ADD569;
}
</style>
background-color css
<style>
a { background-color: #ADD569; }
a { background-color: rgb(173,213,105); }
div.DivClassName
{
background-color: #ADD569;
}
.BgClassName
{
background-color: #ADD569;
}
</style>
border-color css
<style>
span { border-color: #ADD569; }
span { border-color: rgb(173,213,105); }
td.TdClassName
{
border-color: #ADD569;
}
.TagClassName
{
border-color: #ADD569;
}
</style>