Shades of Conifer #ADDC6A
Tints of Conifer #ADDC6A
RGB
CMYK
RGB Variations
Color information
#ADDC6A (or 0xADDC6A) is known color: Conifer. HEX triplet: AD, DC and 6A. RGB value is (173,220,106). Sum of RGB (Red+Green+Blue) = 173+220+106=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 106 (41.80% from 255 or 21.24% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC6A is #522395. Grayscale: #C1C1C1. Windows color (decimal): -5383062 or 7003309. OLE color: 7003309.
HSL color Cylindrical-coordinate representation of color #ADDC6A: hue angle of 84.74º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADDC6A is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 106 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.14 |
| HSL | 84.74º | 0.62% | 0.64% | - |
| HSV(B) | 84.74º | 0.52% | 0.86% | - |
| XYZ | 45.43 | 61.11 | 23.04 | - |
| YUV | 192.95 | 78.93 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 106 | 0.21 | 0 | 0.52 | 0.14 | 84.74 | 0.62 | 0.64 |
| Hex | AD | DC | 6A | 15 | 0 | 34 | E | 55 | 3E | 40 |
| Octal | 255 | 334 | 152 | 25 | 0 | 64 | 16 | 125 | 76 | 100 |
| Binary | 10101101 | 11011100 | 1101010 | 10101 | 0 | 110100 | 1110 | 1010101 | 111110 | 1000000 |
Color Harmonies of #ADDC6A
Complementary color
Monochromatic Colors of #ADDC6A
Black with #ADDC6A
Text Example
Text Example
White with #ADDC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC6A; }
p { color: rgb(173,220,106); }
H1.HeaderClassName
{
color: #ADDC6A;
}
.AnyTagClassName
{
color: #ADDC6A;
}
</style>
background-color css
<style>
a { background-color: #ADDC6A; }
a { background-color: rgb(173,220,106); }
div.DivClassName
{
background-color: #ADDC6A;
}
.BgClassName
{
background-color: #ADDC6A;
}
</style>
border-color css
<style>
span { border-color: #ADDC6A; }
span { border-color: rgb(173,220,106); }
td.TdClassName
{
border-color: #ADDC6A;
}
.TagClassName
{
border-color: #ADDC6A;
}
</style>