Shades of Conifer #ADD446
Tints of Conifer #ADD446
RGB
CMYK
RGB Variations
Color information
#ADD446 (or 0xADD446) is known color: Conifer. HEX triplet: AD, D4 and 46. RGB value is (173,212,70). Sum of RGB (Red+Green+Blue) = 173+212+70=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 212 (83.20% from 255 or 46.59% from 455); Blue value is 70 (27.73% from 255 or 15.38% from 455); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD446 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD446 is #522BB9. Grayscale: #B8B8B8. Windows color (decimal): -5385146 or 4641965. OLE color: 4641965.
HSL color Cylindrical-coordinate representation of color #ADD446: hue angle of 76.48º 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 #ADD446 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 70 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.17 |
| HSL | 76.48º | 0.62% | 0.55% | - |
| HSV(B) | 76.48º | 0.67% | 0.83% | - |
| XYZ | 41.88 | 56.41 | 14.48 | - |
| YUV | 184.15 | 63.58 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 70 | 0.18 | 0 | 0.67 | 0.17 | 76.48 | 0.62 | 0.55 |
| Hex | AD | D4 | 46 | 12 | 0 | 43 | 11 | 4C | 3E | 37 |
| Octal | 255 | 324 | 106 | 22 | 0 | 103 | 21 | 114 | 76 | 67 |
| Binary | 10101101 | 11010100 | 1000110 | 10010 | 0 | 1000011 | 10001 | 1001100 | 111110 | 110111 |
Color Harmonies of #ADD446
Complementary color
Monochromatic Colors of #ADD446
Black with #ADD446
Text Example
Text Example
White with #ADD446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD446; }
p { color: rgb(173,212,70); }
H1.HeaderClassName
{
color: #ADD446;
}
.AnyTagClassName
{
color: #ADD446;
}
</style>
background-color css
<style>
a { background-color: #ADD446; }
a { background-color: rgb(173,212,70); }
div.DivClassName
{
background-color: #ADD446;
}
.BgClassName
{
background-color: #ADD446;
}
</style>
border-color css
<style>
span { border-color: #ADD446; }
span { border-color: rgb(173,212,70); }
td.TdClassName
{
border-color: #ADD446;
}
.TagClassName
{
border-color: #ADD446;
}
</style>