Shades of Conifer #ADD151
Tints of Conifer #ADD151
RGB
CMYK
RGB Variations
Color information
#ADD151 (or 0xADD151) is known color: Conifer. HEX triplet: AD, D1 and 51. RGB value is (173,209,81). Sum of RGB (Red+Green+Blue) = 173+209+81=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 81 (32.03% from 255 or 17.49% from 463); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD151 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD151 is #522EAE. Grayscale: #B8B8B8. Windows color (decimal): -5385903 or 5362093. OLE color: 5362093.
HSL color Cylindrical-coordinate representation of color #ADD151: hue angle of 76.88º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADD151 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 81 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.18 |
| HSL | 76.88º | 0.58% | 0.57% | - |
| HSV(B) | 76.88º | 0.61% | 0.82% | - |
| XYZ | 41.52 | 55.08 | 16.23 | - |
| YUV | 183.64 | 70.07 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 81 | 0.17 | 0 | 0.61 | 0.18 | 76.88 | 0.58 | 0.57 |
| Hex | AD | D1 | 51 | 11 | 0 | 3D | 12 | 4D | 3A | 39 |
| Octal | 255 | 321 | 121 | 21 | 0 | 75 | 22 | 115 | 72 | 71 |
| Binary | 10101101 | 11010001 | 1010001 | 10001 | 0 | 111101 | 10010 | 1001101 | 111010 | 111001 |
Color Harmonies of #ADD151
Complementary color
Monochromatic Colors of #ADD151
Black with #ADD151
Text Example
Text Example
White with #ADD151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD151; }
p { color: rgb(173,209,81); }
H1.HeaderClassName
{
color: #ADD151;
}
.AnyTagClassName
{
color: #ADD151;
}
</style>
background-color css
<style>
a { background-color: #ADD151; }
a { background-color: rgb(173,209,81); }
div.DivClassName
{
background-color: #ADD151;
}
.BgClassName
{
background-color: #ADD151;
}
</style>
border-color css
<style>
span { border-color: #ADD151; }
span { border-color: rgb(173,209,81); }
td.TdClassName
{
border-color: #ADD151;
}
.TagClassName
{
border-color: #ADD151;
}
</style>