Shades of Conifer #ADD354
Tints of Conifer #ADD354
RGB
CMYK
RGB Variations
Color information
#ADD354 (or 0xADD354) is known color: Conifer. HEX triplet: AD, D3 and 54. RGB value is (173,211,84). Sum of RGB (Red+Green+Blue) = 173+211+84=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 84 (33.20% from 255 or 17.95% from 468); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD354 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD354 is #522CAB. Grayscale: #B9B9B9. Windows color (decimal): -5385388 or 5559213. OLE color: 5559213.
HSL color Cylindrical-coordinate representation of color #ADD354: hue angle of 77.95º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADD354 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 84 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.17 |
| HSL | 77.95º | 0.59% | 0.58% | - |
| HSV(B) | 77.95º | 0.6% | 0.83% | - |
| XYZ | 42.13 | 56.11 | 17 | - |
| YUV | 185.16 | 70.91 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 84 | 0.18 | 0 | 0.60 | 0.17 | 77.95 | 0.59 | 0.58 |
| Hex | AD | D3 | 54 | 12 | 0 | 3C | 11 | 4E | 3B | 3A |
| Octal | 255 | 323 | 124 | 22 | 0 | 74 | 21 | 116 | 73 | 72 |
| Binary | 10101101 | 11010011 | 1010100 | 10010 | 0 | 111100 | 10001 | 1001110 | 111011 | 111010 |
Color Harmonies of #ADD354
Complementary color
Monochromatic Colors of #ADD354
Black with #ADD354
Text Example
Text Example
White with #ADD354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD354; }
p { color: rgb(173,211,84); }
H1.HeaderClassName
{
color: #ADD354;
}
.AnyTagClassName
{
color: #ADD354;
}
</style>
background-color css
<style>
a { background-color: #ADD354; }
a { background-color: rgb(173,211,84); }
div.DivClassName
{
background-color: #ADD354;
}
.BgClassName
{
background-color: #ADD354;
}
</style>
border-color css
<style>
span { border-color: #ADD354; }
span { border-color: rgb(173,211,84); }
td.TdClassName
{
border-color: #ADD354;
}
.TagClassName
{
border-color: #ADD354;
}
</style>