Shades of Conifer #ADD366
Tints of Conifer #ADD366
RGB
CMYK
RGB Variations
Color information
#ADD366 (or 0xADD366) is known color: Conifer. HEX triplet: AD, D3 and 66. RGB value is (173,211,102). Sum of RGB (Red+Green+Blue) = 173+211+102=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 211 (82.81% from 255 or 43.42% from 486); Blue value is 102 (40.23% from 255 or 20.99% from 486); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD366 is #522C99. Grayscale: #BBBBBB. Windows color (decimal): -5385370 or 6738861. OLE color: 6738861.
HSL color Cylindrical-coordinate representation of color #ADD366: hue angle of 80.92º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADD366 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 102 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.17 |
| HSL | 80.92º | 0.55% | 0.61% | - |
| HSV(B) | 80.92º | 0.52% | 0.83% | - |
| XYZ | 42.93 | 56.43 | 21.2 | - |
| YUV | 187.21 | 79.91 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 102 | 0.18 | 0 | 0.52 | 0.17 | 80.92 | 0.55 | 0.61 |
| Hex | AD | D3 | 66 | 12 | 0 | 34 | 11 | 51 | 37 | 3D |
| Octal | 255 | 323 | 146 | 22 | 0 | 64 | 21 | 121 | 67 | 75 |
| Binary | 10101101 | 11010011 | 1100110 | 10010 | 0 | 110100 | 10001 | 1010001 | 110111 | 111101 |
Color Harmonies of #ADD366
Complementary color
Monochromatic Colors of #ADD366
Black with #ADD366
Text Example
Text Example
White with #ADD366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD366; }
p { color: rgb(173,211,102); }
H1.HeaderClassName
{
color: #ADD366;
}
.AnyTagClassName
{
color: #ADD366;
}
</style>
background-color css
<style>
a { background-color: #ADD366; }
a { background-color: rgb(173,211,102); }
div.DivClassName
{
background-color: #ADD366;
}
.BgClassName
{
background-color: #ADD366;
}
</style>
border-color css
<style>
span { border-color: #ADD366; }
span { border-color: rgb(173,211,102); }
td.TdClassName
{
border-color: #ADD366;
}
.TagClassName
{
border-color: #ADD366;
}
</style>