Shades of Conifer #ADD447
Tints of Conifer #ADD447
RGB
CMYK
RGB Variations
Color information
#ADD447 (or 0xADD447) is known color: Conifer. HEX triplet: AD, D4 and 47. RGB value is (173,212,71). Sum of RGB (Red+Green+Blue) = 173+212+71=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 71 (28.12% from 255 or 15.57% from 456); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD447 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD447 is #522BB8. Grayscale: #B8B8B8. Windows color (decimal): -5385145 or 4707501. OLE color: 4707501.
HSL color Cylindrical-coordinate representation of color #ADD447: hue angle of 76.6º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADD447 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 71 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.17 |
| HSL | 76.6º | 0.62% | 0.55% | - |
| HSV(B) | 76.6º | 0.67% | 0.83% | - |
| XYZ | 41.91 | 56.43 | 14.64 | - |
| YUV | 184.27 | 64.08 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 71 | 0.18 | 0 | 0.67 | 0.17 | 76.6 | 0.62 | 0.55 |
| Hex | AD | D4 | 47 | 12 | 0 | 43 | 11 | 4D | 3E | 37 |
| Octal | 255 | 324 | 107 | 22 | 0 | 103 | 21 | 115 | 76 | 67 |
| Binary | 10101101 | 11010100 | 1000111 | 10010 | 0 | 1000011 | 10001 | 1001101 | 111110 | 110111 |
Color Harmonies of #ADD447
Complementary color
Monochromatic Colors of #ADD447
Black with #ADD447
Text Example
Text Example
White with #ADD447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD447; }
p { color: rgb(173,212,71); }
H1.HeaderClassName
{
color: #ADD447;
}
.AnyTagClassName
{
color: #ADD447;
}
</style>
background-color css
<style>
a { background-color: #ADD447; }
a { background-color: rgb(173,212,71); }
div.DivClassName
{
background-color: #ADD447;
}
.BgClassName
{
background-color: #ADD447;
}
</style>
border-color css
<style>
span { border-color: #ADD447; }
span { border-color: rgb(173,212,71); }
td.TdClassName
{
border-color: #ADD447;
}
.TagClassName
{
border-color: #ADD447;
}
</style>