Shades of Conifer #ADD867
Tints of Conifer #ADD867
RGB
CMYK
RGB Variations
Color information
#ADD867 (or 0xADD867) is known color: Conifer. HEX triplet: AD, D8 and 67. RGB value is (173,216,103). Sum of RGB (Red+Green+Blue) = 173+216+103=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 103 (40.62% from 255 or 20.93% from 492); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD867 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD867 is #522798. Grayscale: #BEBEBE. Windows color (decimal): -5384089 or 6805677. OLE color: 6805677.
HSL color Cylindrical-coordinate representation of color #ADD867: hue angle of 82.83º degrees, saturation: 0.59, 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 #ADD867 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 103 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.15 |
| HSL | 82.83º | 0.59% | 0.63% | - |
| HSV(B) | 82.83º | 0.52% | 0.85% | - |
| XYZ | 44.24 | 58.98 | 21.88 | - |
| YUV | 190.26 | 78.75 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 103 | 0.20 | 0 | 0.52 | 0.15 | 82.83 | 0.59 | 0.63 |
| Hex | AD | D8 | 67 | 14 | 0 | 34 | F | 53 | 3B | 3F |
| Octal | 255 | 330 | 147 | 24 | 0 | 64 | 17 | 123 | 73 | 77 |
| Binary | 10101101 | 11011000 | 1100111 | 10100 | 0 | 110100 | 1111 | 1010011 | 111011 | 111111 |
Color Harmonies of #ADD867
Complementary color
Monochromatic Colors of #ADD867
Black with #ADD867
Text Example
Text Example
White with #ADD867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD867; }
p { color: rgb(173,216,103); }
H1.HeaderClassName
{
color: #ADD867;
}
.AnyTagClassName
{
color: #ADD867;
}
</style>
background-color css
<style>
a { background-color: #ADD867; }
a { background-color: rgb(173,216,103); }
div.DivClassName
{
background-color: #ADD867;
}
.BgClassName
{
background-color: #ADD867;
}
</style>
border-color css
<style>
span { border-color: #ADD867; }
span { border-color: rgb(173,216,103); }
td.TdClassName
{
border-color: #ADD867;
}
.TagClassName
{
border-color: #ADD867;
}
</style>