Shades of Conifer #ADDC47
Tints of Conifer #ADDC47
RGB
CMYK
RGB Variations
Color information
#ADDC47 (or 0xADDC47) is known color: Conifer. HEX triplet: AD, DC and 47. RGB value is (173,220,71). Sum of RGB (Red+Green+Blue) = 173+220+71=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 71 (28.12% from 255 or 15.30% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDC47 is #5223B8. Grayscale: #BDBDBD. Windows color (decimal): -5383097 or 4709549. OLE color: 4709549.
HSL color Cylindrical-coordinate representation of color #ADDC47: hue angle of 78.93º 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 #ADDC47 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 71 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.14 |
| HSL | 78.93º | 0.68% | 0.57% | - |
| HSV(B) | 78.93º | 0.68% | 0.86% | - |
| XYZ | 43.96 | 60.53 | 15.33 | - |
| YUV | 188.96 | 61.43 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 71 | 0.21 | 0 | 0.68 | 0.14 | 78.93 | 0.68 | 0.57 |
| Hex | AD | DC | 47 | 15 | 0 | 44 | E | 4F | 44 | 39 |
| Octal | 255 | 334 | 107 | 25 | 0 | 104 | 16 | 117 | 104 | 71 |
| Binary | 10101101 | 11011100 | 1000111 | 10101 | 0 | 1000100 | 1110 | 1001111 | 1000100 | 111001 |
Color Harmonies of #ADDC47
Complementary color
Monochromatic Colors of #ADDC47
Black with #ADDC47
Text Example
Text Example
White with #ADDC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC47; }
p { color: rgb(173,220,71); }
H1.HeaderClassName
{
color: #ADDC47;
}
.AnyTagClassName
{
color: #ADDC47;
}
</style>
background-color css
<style>
a { background-color: #ADDC47; }
a { background-color: rgb(173,220,71); }
div.DivClassName
{
background-color: #ADDC47;
}
.BgClassName
{
background-color: #ADDC47;
}
</style>
border-color css
<style>
span { border-color: #ADDC47; }
span { border-color: rgb(173,220,71); }
td.TdClassName
{
border-color: #ADDC47;
}
.TagClassName
{
border-color: #ADDC47;
}
</style>