Shades of Conifer #ADD266
Tints of Conifer #ADD266
RGB
CMYK
RGB Variations
Color information
#ADD266 (or 0xADD266) is known color: Conifer. HEX triplet: AD, D2 and 66. RGB value is (173,210,102). Sum of RGB (Red+Green+Blue) = 173+210+102=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD266 is #522D99. Grayscale: #BBBBBB. Windows color (decimal): -5385626 or 6738605. OLE color: 6738605.
HSL color Cylindrical-coordinate representation of color #ADD266: hue angle of 80.56º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADD266 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 102 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.18 |
| HSL | 80.56º | 0.55% | 0.61% | - |
| HSV(B) | 80.56º | 0.51% | 0.82% | - |
| XYZ | 42.68 | 55.94 | 21.12 | - |
| YUV | 186.63 | 80.24 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 102 | 0.18 | 0 | 0.51 | 0.18 | 80.56 | 0.55 | 0.61 |
| Hex | AD | D2 | 66 | 12 | 0 | 33 | 12 | 51 | 37 | 3D |
| Octal | 255 | 322 | 146 | 22 | 0 | 63 | 22 | 121 | 67 | 75 |
| Binary | 10101101 | 11010010 | 1100110 | 10010 | 0 | 110011 | 10010 | 1010001 | 110111 | 111101 |
Color Harmonies of #ADD266
Complementary color
Monochromatic Colors of #ADD266
Black with #ADD266
Text Example
Text Example
White with #ADD266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD266; }
p { color: rgb(173,210,102); }
H1.HeaderClassName
{
color: #ADD266;
}
.AnyTagClassName
{
color: #ADD266;
}
</style>
background-color css
<style>
a { background-color: #ADD266; }
a { background-color: rgb(173,210,102); }
div.DivClassName
{
background-color: #ADD266;
}
.BgClassName
{
background-color: #ADD266;
}
</style>
border-color css
<style>
span { border-color: #ADD266; }
span { border-color: rgb(173,210,102); }
td.TdClassName
{
border-color: #ADD266;
}
.TagClassName
{
border-color: #ADD266;
}
</style>