Shades of Conifer #ADDE6D
Tints of Conifer #ADDE6D
RGB
CMYK
RGB Variations
Color information
#ADDE6D (or 0xADDE6D) is known color: Conifer. HEX triplet: AD, DE and 6D. RGB value is (173,222,109). Sum of RGB (Red+Green+Blue) = 173+222+109=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDE6D is #522192. Grayscale: #C2C2C2. Windows color (decimal): -5382547 or 7200429. OLE color: 7200429.
HSL color Cylindrical-coordinate representation of color #ADDE6D: hue angle of 86.02º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADDE6D is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 109 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.13 |
| HSL | 86.02º | 0.63% | 0.65% | - |
| HSV(B) | 86.02º | 0.51% | 0.87% | - |
| XYZ | 46.12 | 62.23 | 24.05 | - |
| YUV | 194.47 | 79.77 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 109 | 0.22 | 0 | 0.51 | 0.13 | 86.02 | 0.63 | 0.65 |
| Hex | AD | DE | 6D | 16 | 0 | 33 | D | 56 | 3F | 41 |
| Octal | 255 | 336 | 155 | 26 | 0 | 63 | 15 | 126 | 77 | 101 |
| Binary | 10101101 | 11011110 | 1101101 | 10110 | 0 | 110011 | 1101 | 1010110 | 111111 | 1000001 |
Color Harmonies of #ADDE6D
Complementary color
Monochromatic Colors of #ADDE6D
Black with #ADDE6D
Text Example
Text Example
White with #ADDE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDE6D; }
p { color: rgb(173,222,109); }
H1.HeaderClassName
{
color: #ADDE6D;
}
.AnyTagClassName
{
color: #ADDE6D;
}
</style>
background-color css
<style>
a { background-color: #ADDE6D; }
a { background-color: rgb(173,222,109); }
div.DivClassName
{
background-color: #ADDE6D;
}
.BgClassName
{
background-color: #ADDE6D;
}
</style>
border-color css
<style>
span { border-color: #ADDE6D; }
span { border-color: rgb(173,222,109); }
td.TdClassName
{
border-color: #ADDE6D;
}
.TagClassName
{
border-color: #ADDE6D;
}
</style>