Shades of Conifer #ADDF6D
Tints of Conifer #ADDF6D
RGB
CMYK
RGB Variations
Color information
#ADDF6D (or 0xADDF6D) is known color: Conifer. HEX triplet: AD, DF and 6D. RGB value is (173,223,109). Sum of RGB (Red+Green+Blue) = 173+223+109=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 109 (42.97% from 255 or 21.58% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDF6D is #522092. Grayscale: #C3C3C3. Windows color (decimal): -5382291 or 7200685. OLE color: 7200685.
HSL color Cylindrical-coordinate representation of color #ADDF6D: hue angle of 86.32º degrees, saturation: 0.64, 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 #ADDF6D is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 109 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.13 |
| HSL | 86.32º | 0.64% | 0.65% | - |
| HSV(B) | 86.32º | 0.51% | 0.87% | - |
| XYZ | 46.38 | 62.76 | 24.14 | - |
| YUV | 195.05 | 79.44 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 109 | 0.22 | 0 | 0.51 | 0.13 | 86.32 | 0.64 | 0.65 |
| Hex | AD | DF | 6D | 16 | 0 | 33 | D | 56 | 40 | 41 |
| Octal | 255 | 337 | 155 | 26 | 0 | 63 | 15 | 126 | 100 | 101 |
| Binary | 10101101 | 11011111 | 1101101 | 10110 | 0 | 110011 | 1101 | 1010110 | 1000000 | 1000001 |
Color Harmonies of #ADDF6D
Complementary color
Monochromatic Colors of #ADDF6D
Black with #ADDF6D
Text Example
Text Example
White with #ADDF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF6D; }
p { color: rgb(173,223,109); }
H1.HeaderClassName
{
color: #ADDF6D;
}
.AnyTagClassName
{
color: #ADDF6D;
}
</style>
background-color css
<style>
a { background-color: #ADDF6D; }
a { background-color: rgb(173,223,109); }
div.DivClassName
{
background-color: #ADDF6D;
}
.BgClassName
{
background-color: #ADDF6D;
}
</style>
border-color css
<style>
span { border-color: #ADDF6D; }
span { border-color: rgb(173,223,109); }
td.TdClassName
{
border-color: #ADDF6D;
}
.TagClassName
{
border-color: #ADDF6D;
}
</style>