Shades of Conifer #ADDC56
Tints of Conifer #ADDC56
RGB
CMYK
RGB Variations
Color information
#ADDC56 (or 0xADDC56) is known color: Conifer. HEX triplet: AD, DC and 56. RGB value is (173,220,86). Sum of RGB (Red+Green+Blue) = 173+220+86=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 86 (33.98% from 255 or 17.95% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC56 is #5223A9. Grayscale: #BFBFBF. Windows color (decimal): -5383082 or 5692589. OLE color: 5692589.
HSL color Cylindrical-coordinate representation of color #ADDC56: hue angle of 81.04º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADDC56 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 86 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.14 |
| HSL | 81.04º | 0.66% | 0.6% | - |
| HSV(B) | 81.04º | 0.61% | 0.86% | - |
| XYZ | 44.51 | 60.74 | 18.18 | - |
| YUV | 190.67 | 68.93 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 86 | 0.21 | 0 | 0.61 | 0.14 | 81.04 | 0.66 | 0.6 |
| Hex | AD | DC | 56 | 15 | 0 | 3D | E | 51 | 42 | 3C |
| Octal | 255 | 334 | 126 | 25 | 0 | 75 | 16 | 121 | 102 | 74 |
| Binary | 10101101 | 11011100 | 1010110 | 10101 | 0 | 111101 | 1110 | 1010001 | 1000010 | 111100 |
Color Harmonies of #ADDC56
Complementary color
Monochromatic Colors of #ADDC56
Black with #ADDC56
Text Example
Text Example
White with #ADDC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC56; }
p { color: rgb(173,220,86); }
H1.HeaderClassName
{
color: #ADDC56;
}
.AnyTagClassName
{
color: #ADDC56;
}
</style>
background-color css
<style>
a { background-color: #ADDC56; }
a { background-color: rgb(173,220,86); }
div.DivClassName
{
background-color: #ADDC56;
}
.BgClassName
{
background-color: #ADDC56;
}
</style>
border-color css
<style>
span { border-color: #ADDC56; }
span { border-color: rgb(173,220,86); }
td.TdClassName
{
border-color: #ADDC56;
}
.TagClassName
{
border-color: #ADDC56;
}
</style>