Shades of Conifer #ADE841
Tints of Conifer #ADE841
RGB
CMYK
RGB Variations
Color information
#ADE841 (or 0xADE841) is known color: Conifer. HEX triplet: AD, E8 and 41. RGB value is (173,232,65). Sum of RGB (Red+Green+Blue) = 173+232+65=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 232 (91.02% from 255 or 49.36% from 470); Blue value is 65 (25.78% from 255 or 13.83% from 470); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE841 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADE841 is #5217BE. Grayscale: #C3C3C3. Windows color (decimal): -5380031 or 4319405. OLE color: 4319405.
HSL color Cylindrical-coordinate representation of color #ADE841: hue angle of 81.2º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADE841 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 232 | 65 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.09 |
| HSL | 81.2º | 0.78% | 0.58% | - |
| HSV(B) | 81.2º | 0.72% | 0.91% | - |
| XYZ | 47.04 | 66.98 | 15.45 | - |
| YUV | 195.32 | 54.45 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 65 | 0.25 | 0 | 0.72 | 0.09 | 81.2 | 0.78 | 0.58 |
| Hex | AD | E8 | 41 | 19 | 0 | 48 | 9 | 51 | 4E | 3A |
| Octal | 255 | 350 | 101 | 31 | 0 | 110 | 11 | 121 | 116 | 72 |
| Binary | 10101101 | 11101000 | 1000001 | 11001 | 0 | 1001000 | 1001 | 1010001 | 1001110 | 111010 |
Color Harmonies of #ADE841
Complementary color
Monochromatic Colors of #ADE841
Black with #ADE841
Text Example
Text Example
White with #ADE841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE841; }
p { color: rgb(173,232,65); }
H1.HeaderClassName
{
color: #ADE841;
}
.AnyTagClassName
{
color: #ADE841;
}
</style>
background-color css
<style>
a { background-color: #ADE841; }
a { background-color: rgb(173,232,65); }
div.DivClassName
{
background-color: #ADE841;
}
.BgClassName
{
background-color: #ADE841;
}
</style>
border-color css
<style>
span { border-color: #ADE841; }
span { border-color: rgb(173,232,65); }
td.TdClassName
{
border-color: #ADE841;
}
.TagClassName
{
border-color: #ADE841;
}
</style>