Shades of Conifer #ADD261
Tints of Conifer #ADD261
RGB
CMYK
RGB Variations
Color information
#ADD261 (or 0xADD261) is known color: Conifer. HEX triplet: AD, D2 and 61. RGB value is (173,210,97). Sum of RGB (Red+Green+Blue) = 173+210+97=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 210 (82.42% from 255 or 43.75% from 480); Blue value is 97 (38.28% from 255 or 20.21% from 480); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD261 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD261 is #522D9E. Grayscale: #BABABA. Windows color (decimal): -5385631 or 6410925. OLE color: 6410925.
HSL color Cylindrical-coordinate representation of color #ADD261: hue angle of 79.65º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADD261 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 97 | - |
| CMYK | 0.18 | 0 | 0.54 | 0.18 |
| HSL | 79.65º | 0.56% | 0.6% | - |
| HSV(B) | 79.65º | 0.54% | 0.82% | - |
| XYZ | 42.44 | 55.84 | 19.85 | - |
| YUV | 186.06 | 77.74 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 97 | 0.18 | 0 | 0.54 | 0.18 | 79.65 | 0.56 | 0.6 |
| Hex | AD | D2 | 61 | 12 | 0 | 36 | 12 | 50 | 38 | 3C |
| Octal | 255 | 322 | 141 | 22 | 0 | 66 | 22 | 120 | 70 | 74 |
| Binary | 10101101 | 11010010 | 1100001 | 10010 | 0 | 110110 | 10010 | 1010000 | 111000 | 111100 |
Color Harmonies of #ADD261
Complementary color
Monochromatic Colors of #ADD261
Black with #ADD261
Text Example
Text Example
White with #ADD261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD261; }
p { color: rgb(173,210,97); }
H1.HeaderClassName
{
color: #ADD261;
}
.AnyTagClassName
{
color: #ADD261;
}
</style>
background-color css
<style>
a { background-color: #ADD261; }
a { background-color: rgb(173,210,97); }
div.DivClassName
{
background-color: #ADD261;
}
.BgClassName
{
background-color: #ADD261;
}
</style>
border-color css
<style>
span { border-color: #ADD261; }
span { border-color: rgb(173,210,97); }
td.TdClassName
{
border-color: #ADD261;
}
.TagClassName
{
border-color: #ADD261;
}
</style>