Shades of Conifer #ADDA47
Tints of Conifer #ADDA47
RGB
CMYK
RGB Variations
Color information
#ADDA47 (or 0xADDA47) is known color: Conifer. HEX triplet: AD, DA and 47. RGB value is (173,218,71). Sum of RGB (Red+Green+Blue) = 173+218+71=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 71 (28.12% from 255 or 15.37% from 462); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDA47 is #5225B8. Grayscale: #BCBCBC. Windows color (decimal): -5383609 or 4709037. OLE color: 4709037.
HSL color Cylindrical-coordinate representation of color #ADDA47: hue angle of 78.37º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADDA47 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 71 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.15 |
| HSL | 78.37º | 0.67% | 0.57% | - |
| HSV(B) | 78.37º | 0.67% | 0.85% | - |
| XYZ | 43.44 | 59.48 | 15.15 | - |
| YUV | 187.79 | 62.09 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 71 | 0.21 | 0 | 0.67 | 0.15 | 78.37 | 0.67 | 0.57 |
| Hex | AD | DA | 47 | 15 | 0 | 43 | F | 4E | 43 | 39 |
| Octal | 255 | 332 | 107 | 25 | 0 | 103 | 17 | 116 | 103 | 71 |
| Binary | 10101101 | 11011010 | 1000111 | 10101 | 0 | 1000011 | 1111 | 1001110 | 1000011 | 111001 |
Color Harmonies of #ADDA47
Complementary color
Monochromatic Colors of #ADDA47
Black with #ADDA47
Text Example
Text Example
White with #ADDA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA47; }
p { color: rgb(173,218,71); }
H1.HeaderClassName
{
color: #ADDA47;
}
.AnyTagClassName
{
color: #ADDA47;
}
</style>
background-color css
<style>
a { background-color: #ADDA47; }
a { background-color: rgb(173,218,71); }
div.DivClassName
{
background-color: #ADDA47;
}
.BgClassName
{
background-color: #ADDA47;
}
</style>
border-color css
<style>
span { border-color: #ADDA47; }
span { border-color: rgb(173,218,71); }
td.TdClassName
{
border-color: #ADDA47;
}
.TagClassName
{
border-color: #ADDA47;
}
</style>