Shades of Conifer #ADD666
Tints of Conifer #ADD666
RGB
CMYK
RGB Variations
Color information
#ADD666 (or 0xADD666) is known color: Conifer. HEX triplet: AD, D6 and 66. RGB value is (173,214,102). Sum of RGB (Red+Green+Blue) = 173+214+102=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 214 (83.98% from 255 or 43.76% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD666 is #522999. Grayscale: #BDBDBD. Windows color (decimal): -5384602 or 6739629. OLE color: 6739629.
HSL color Cylindrical-coordinate representation of color #ADD666: hue angle of 81.96º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADD666 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 102 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.16 |
| HSL | 81.96º | 0.58% | 0.62% | - |
| HSV(B) | 81.96º | 0.52% | 0.84% | - |
| XYZ | 43.68 | 57.94 | 21.45 | - |
| YUV | 188.97 | 78.92 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 102 | 0.19 | 0 | 0.52 | 0.16 | 81.96 | 0.58 | 0.62 |
| Hex | AD | D6 | 66 | 13 | 0 | 34 | 10 | 52 | 3A | 3E |
| Octal | 255 | 326 | 146 | 23 | 0 | 64 | 20 | 122 | 72 | 76 |
| Binary | 10101101 | 11010110 | 1100110 | 10011 | 0 | 110100 | 10000 | 1010010 | 111010 | 111110 |
Color Harmonies of #ADD666
Complementary color
Monochromatic Colors of #ADD666
Black with #ADD666
Text Example
Text Example
White with #ADD666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD666; }
p { color: rgb(173,214,102); }
H1.HeaderClassName
{
color: #ADD666;
}
.AnyTagClassName
{
color: #ADD666;
}
</style>
background-color css
<style>
a { background-color: #ADD666; }
a { background-color: rgb(173,214,102); }
div.DivClassName
{
background-color: #ADD666;
}
.BgClassName
{
background-color: #ADD666;
}
</style>
border-color css
<style>
span { border-color: #ADD666; }
span { border-color: rgb(173,214,102); }
td.TdClassName
{
border-color: #ADD666;
}
.TagClassName
{
border-color: #ADD666;
}
</style>