Shades of Conifer #ADD15A
Tints of Conifer #ADD15A
RGB
CMYK
RGB Variations
Color information
#ADD15A (or 0xADD15A) is known color: Conifer. HEX triplet: AD, D1 and 5A. RGB value is (173,209,90). Sum of RGB (Red+Green+Blue) = 173+209+90=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD15A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD15A is #522EA5. Grayscale: #B9B9B9. Windows color (decimal): -5385894 or 5951917. OLE color: 5951917.
HSL color Cylindrical-coordinate representation of color #ADD15A: hue angle of 78.15º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADD15A is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 90 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.18 |
| HSL | 78.15º | 0.56% | 0.59% | - |
| HSV(B) | 78.15º | 0.57% | 0.82% | - |
| XYZ | 41.88 | 55.22 | 18.12 | - |
| YUV | 184.67 | 74.57 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 90 | 0.17 | 0 | 0.57 | 0.18 | 78.15 | 0.56 | 0.59 |
| Hex | AD | D1 | 5A | 11 | 0 | 39 | 12 | 4E | 38 | 3B |
| Octal | 255 | 321 | 132 | 21 | 0 | 71 | 22 | 116 | 70 | 73 |
| Binary | 10101101 | 11010001 | 1011010 | 10001 | 0 | 111001 | 10010 | 1001110 | 111000 | 111011 |
Color Harmonies of #ADD15A
Complementary color
Monochromatic Colors of #ADD15A
Black with #ADD15A
Text Example
Text Example
White with #ADD15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD15A; }
p { color: rgb(173,209,90); }
H1.HeaderClassName
{
color: #ADD15A;
}
.AnyTagClassName
{
color: #ADD15A;
}
</style>
background-color css
<style>
a { background-color: #ADD15A; }
a { background-color: rgb(173,209,90); }
div.DivClassName
{
background-color: #ADD15A;
}
.BgClassName
{
background-color: #ADD15A;
}
</style>
border-color css
<style>
span { border-color: #ADD15A; }
span { border-color: rgb(173,209,90); }
td.TdClassName
{
border-color: #ADD15A;
}
.TagClassName
{
border-color: #ADD15A;
}
</style>