Shades of Conifer #ADDC46
Tints of Conifer #ADDC46
RGB
CMYK
RGB Variations
Color information
#ADDC46 (or 0xADDC46) is known color: Conifer. HEX triplet: AD, DC and 46. RGB value is (173,220,70). Sum of RGB (Red+Green+Blue) = 173+220+70=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 70 (27.73% from 255 or 15.12% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDC46 is #5223B9. Grayscale: #BDBDBD. Windows color (decimal): -5383098 or 4644013. OLE color: 4644013.
HSL color Cylindrical-coordinate representation of color #ADDC46: hue angle of 78.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADDC46 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 70 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.14 |
| HSL | 78.8º | 0.68% | 0.57% | - |
| HSV(B) | 78.8º | 0.68% | 0.86% | - |
| XYZ | 43.93 | 60.51 | 15.16 | - |
| YUV | 188.85 | 60.93 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 70 | 0.21 | 0 | 0.68 | 0.14 | 78.8 | 0.68 | 0.57 |
| Hex | AD | DC | 46 | 15 | 0 | 44 | E | 4F | 44 | 39 |
| Octal | 255 | 334 | 106 | 25 | 0 | 104 | 16 | 117 | 104 | 71 |
| Binary | 10101101 | 11011100 | 1000110 | 10101 | 0 | 1000100 | 1110 | 1001111 | 1000100 | 111001 |
Color Harmonies of #ADDC46
Complementary color
Monochromatic Colors of #ADDC46
Black with #ADDC46
Text Example
Text Example
White with #ADDC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC46; }
p { color: rgb(173,220,70); }
H1.HeaderClassName
{
color: #ADDC46;
}
.AnyTagClassName
{
color: #ADDC46;
}
</style>
background-color css
<style>
a { background-color: #ADDC46; }
a { background-color: rgb(173,220,70); }
div.DivClassName
{
background-color: #ADDC46;
}
.BgClassName
{
background-color: #ADDC46;
}
</style>
border-color css
<style>
span { border-color: #ADDC46; }
span { border-color: rgb(173,220,70); }
td.TdClassName
{
border-color: #ADDC46;
}
.TagClassName
{
border-color: #ADDC46;
}
</style>