Shades of Conifer #ADDC6D
Tints of Conifer #ADDC6D
RGB
CMYK
RGB Variations
Color information
#ADDC6D (or 0xADDC6D) is known color: Conifer. HEX triplet: AD, DC and 6D. RGB value is (173,220,109). Sum of RGB (Red+Green+Blue) = 173+220+109=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 109 (42.97% from 255 or 21.71% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC6D is #522392. Grayscale: #C1C1C1. Windows color (decimal): -5383059 or 7199917. OLE color: 7199917.
HSL color Cylindrical-coordinate representation of color #ADDC6D: hue angle of 85.41º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADDC6D is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 109 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.14 |
| HSL | 85.41º | 0.61% | 0.65% | - |
| HSV(B) | 85.41º | 0.5% | 0.86% | - |
| XYZ | 45.59 | 61.17 | 23.87 | - |
| YUV | 193.29 | 80.43 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 109 | 0.21 | 0 | 0.50 | 0.14 | 85.41 | 0.61 | 0.65 |
| Hex | AD | DC | 6D | 15 | 0 | 32 | E | 55 | 3D | 41 |
| Octal | 255 | 334 | 155 | 25 | 0 | 62 | 16 | 125 | 75 | 101 |
| Binary | 10101101 | 11011100 | 1101101 | 10101 | 0 | 110010 | 1110 | 1010101 | 111101 | 1000001 |
Color Harmonies of #ADDC6D
Complementary color
Monochromatic Colors of #ADDC6D
Black with #ADDC6D
Text Example
Text Example
White with #ADDC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC6D; }
p { color: rgb(173,220,109); }
H1.HeaderClassName
{
color: #ADDC6D;
}
.AnyTagClassName
{
color: #ADDC6D;
}
</style>
background-color css
<style>
a { background-color: #ADDC6D; }
a { background-color: rgb(173,220,109); }
div.DivClassName
{
background-color: #ADDC6D;
}
.BgClassName
{
background-color: #ADDC6D;
}
</style>
border-color css
<style>
span { border-color: #ADDC6D; }
span { border-color: rgb(173,220,109); }
td.TdClassName
{
border-color: #ADDC6D;
}
.TagClassName
{
border-color: #ADDC6D;
}
</style>