Shades of Conifer #ADDC6C
Tints of Conifer #ADDC6C
RGB
CMYK
RGB Variations
Color information
#ADDC6C (or 0xADDC6C) is known color: Conifer. HEX triplet: AD, DC and 6C. RGB value is (173,220,108). Sum of RGB (Red+Green+Blue) = 173+220+108=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 108 (42.58% from 255 or 21.56% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC6C is #522393. Grayscale: #C1C1C1. Windows color (decimal): -5383060 or 7134381. OLE color: 7134381.
HSL color Cylindrical-coordinate representation of color #ADDC6C: hue angle of 85.18º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADDC6C is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 108 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.14 |
| HSL | 85.18º | 0.62% | 0.64% | - |
| HSV(B) | 85.18º | 0.51% | 0.86% | - |
| XYZ | 45.53 | 61.15 | 23.59 | - |
| YUV | 193.18 | 79.93 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 108 | 0.21 | 0 | 0.51 | 0.14 | 85.18 | 0.62 | 0.64 |
| Hex | AD | DC | 6C | 15 | 0 | 33 | E | 55 | 3E | 40 |
| Octal | 255 | 334 | 154 | 25 | 0 | 63 | 16 | 125 | 76 | 100 |
| Binary | 10101101 | 11011100 | 1101100 | 10101 | 0 | 110011 | 1110 | 1010101 | 111110 | 1000000 |
Color Harmonies of #ADDC6C
Complementary color
Monochromatic Colors of #ADDC6C
Black with #ADDC6C
Text Example
Text Example
White with #ADDC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC6C; }
p { color: rgb(173,220,108); }
H1.HeaderClassName
{
color: #ADDC6C;
}
.AnyTagClassName
{
color: #ADDC6C;
}
</style>
background-color css
<style>
a { background-color: #ADDC6C; }
a { background-color: rgb(173,220,108); }
div.DivClassName
{
background-color: #ADDC6C;
}
.BgClassName
{
background-color: #ADDC6C;
}
</style>
border-color css
<style>
span { border-color: #ADDC6C; }
span { border-color: rgb(173,220,108); }
td.TdClassName
{
border-color: #ADDC6C;
}
.TagClassName
{
border-color: #ADDC6C;
}
</style>