Shades of Conifer #ADD841
Tints of Conifer #ADD841
RGB
CMYK
RGB Variations
Color information
#ADD841 (or 0xADD841) is known color: Conifer. HEX triplet: AD, D8 and 41. RGB value is (173,216,65). Sum of RGB (Red+Green+Blue) = 173+216+65=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 65 (25.78% from 255 or 14.32% from 454); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD841 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD841 is #5227BE. Grayscale: #BABABA. Windows color (decimal): -5384127 or 4315309. OLE color: 4315309.
HSL color Cylindrical-coordinate representation of color #ADD841: hue angle of 77.09º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADD841 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 65 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.15 |
| HSL | 77.09º | 0.66% | 0.55% | - |
| HSV(B) | 77.09º | 0.7% | 0.85% | - |
| XYZ | 42.74 | 58.38 | 14.02 | - |
| YUV | 185.93 | 59.75 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 65 | 0.20 | 0 | 0.70 | 0.15 | 77.09 | 0.66 | 0.55 |
| Hex | AD | D8 | 41 | 14 | 0 | 46 | F | 4D | 42 | 37 |
| Octal | 255 | 330 | 101 | 24 | 0 | 106 | 17 | 115 | 102 | 67 |
| Binary | 10101101 | 11011000 | 1000001 | 10100 | 0 | 1000110 | 1111 | 1001101 | 1000010 | 110111 |
Color Harmonies of #ADD841
Complementary color
Monochromatic Colors of #ADD841
Black with #ADD841
Text Example
Text Example
White with #ADD841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD841; }
p { color: rgb(173,216,65); }
H1.HeaderClassName
{
color: #ADD841;
}
.AnyTagClassName
{
color: #ADD841;
}
</style>
background-color css
<style>
a { background-color: #ADD841; }
a { background-color: rgb(173,216,65); }
div.DivClassName
{
background-color: #ADD841;
}
.BgClassName
{
background-color: #ADD841;
}
</style>
border-color css
<style>
span { border-color: #ADD841; }
span { border-color: rgb(173,216,65); }
td.TdClassName
{
border-color: #ADD841;
}
.TagClassName
{
border-color: #ADD841;
}
</style>