Shades of Conifer #ADD369
Tints of Conifer #ADD369
RGB
CMYK
RGB Variations
Color information
#ADD369 (or 0xADD369) is known color: Conifer. HEX triplet: AD, D3 and 69. RGB value is (173,211,105). Sum of RGB (Red+Green+Blue) = 173+211+105=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 211 (82.81% from 255 or 43.15% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD369 is #522C96. Grayscale: #BBBBBB. Windows color (decimal): -5385367 or 6935469. OLE color: 6935469.
HSL color Cylindrical-coordinate representation of color #ADD369: hue angle of 81.51º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADD369 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 105 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.17 |
| HSL | 81.51º | 0.55% | 0.62% | - |
| HSV(B) | 81.51º | 0.5% | 0.83% | - |
| XYZ | 43.08 | 56.49 | 22 | - |
| YUV | 187.55 | 81.41 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 105 | 0.18 | 0 | 0.50 | 0.17 | 81.51 | 0.55 | 0.62 |
| Hex | AD | D3 | 69 | 12 | 0 | 32 | 11 | 52 | 37 | 3E |
| Octal | 255 | 323 | 151 | 22 | 0 | 62 | 21 | 122 | 67 | 76 |
| Binary | 10101101 | 11010011 | 1101001 | 10010 | 0 | 110010 | 10001 | 1010010 | 110111 | 111110 |
Color Harmonies of #ADD369
Complementary color
Monochromatic Colors of #ADD369
Black with #ADD369
Text Example
Text Example
White with #ADD369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD369; }
p { color: rgb(173,211,105); }
H1.HeaderClassName
{
color: #ADD369;
}
.AnyTagClassName
{
color: #ADD369;
}
</style>
background-color css
<style>
a { background-color: #ADD369; }
a { background-color: rgb(173,211,105); }
div.DivClassName
{
background-color: #ADD369;
}
.BgClassName
{
background-color: #ADD369;
}
</style>
border-color css
<style>
span { border-color: #ADD369; }
span { border-color: rgb(173,211,105); }
td.TdClassName
{
border-color: #ADD369;
}
.TagClassName
{
border-color: #ADD369;
}
</style>