Shades of Conifer #ADDC6B
Tints of Conifer #ADDC6B
RGB
CMYK
RGB Variations
Color information
#ADDC6B (or 0xADDC6B) is known color: Conifer. HEX triplet: AD, DC and 6B. RGB value is (173,220,107). Sum of RGB (Red+Green+Blue) = 173+220+107=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 107 (42.19% from 255 or 21.4% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC6B is #522394. Grayscale: #C1C1C1. Windows color (decimal): -5383061 or 7068845. OLE color: 7068845.
HSL color Cylindrical-coordinate representation of color #ADDC6B: hue angle of 84.96º 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 #ADDC6B is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 107 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.14 |
| HSL | 84.96º | 0.62% | 0.64% | - |
| HSV(B) | 84.96º | 0.51% | 0.86% | - |
| XYZ | 45.48 | 61.13 | 23.31 | - |
| YUV | 193.07 | 79.43 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 107 | 0.21 | 0 | 0.51 | 0.14 | 84.96 | 0.62 | 0.64 |
| Hex | AD | DC | 6B | 15 | 0 | 33 | E | 55 | 3E | 40 |
| Octal | 255 | 334 | 153 | 25 | 0 | 63 | 16 | 125 | 76 | 100 |
| Binary | 10101101 | 11011100 | 1101011 | 10101 | 0 | 110011 | 1110 | 1010101 | 111110 | 1000000 |
Color Harmonies of #ADDC6B
Complementary color
Monochromatic Colors of #ADDC6B
Black with #ADDC6B
Text Example
Text Example
White with #ADDC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC6B; }
p { color: rgb(173,220,107); }
H1.HeaderClassName
{
color: #ADDC6B;
}
.AnyTagClassName
{
color: #ADDC6B;
}
</style>
background-color css
<style>
a { background-color: #ADDC6B; }
a { background-color: rgb(173,220,107); }
div.DivClassName
{
background-color: #ADDC6B;
}
.BgClassName
{
background-color: #ADDC6B;
}
</style>
border-color css
<style>
span { border-color: #ADDC6B; }
span { border-color: rgb(173,220,107); }
td.TdClassName
{
border-color: #ADDC6B;
}
.TagClassName
{
border-color: #ADDC6B;
}
</style>