Shades of Conifer #ADE041
Tints of Conifer #ADE041
RGB
CMYK
RGB Variations
Color information
#ADE041 (or 0xADE041) is known color: Conifer. HEX triplet: AD, E0 and 41. RGB value is (173,224,65). Sum of RGB (Red+Green+Blue) = 173+224+65=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 65 (25.78% from 255 or 14.07% from 462); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE041 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE041 is #521FBE. Grayscale: #BFBFBF. Windows color (decimal): -5382079 or 4317357. OLE color: 4317357.
HSL color Cylindrical-coordinate representation of color #ADE041: hue angle of 79.25º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADE041 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 65 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.12 |
| HSL | 79.25º | 0.72% | 0.57% | - |
| HSV(B) | 79.25º | 0.71% | 0.88% | - |
| XYZ | 44.84 | 62.58 | 14.72 | - |
| YUV | 190.63 | 57.1 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 65 | 0.23 | 0 | 0.71 | 0.12 | 79.25 | 0.72 | 0.57 |
| Hex | AD | E0 | 41 | 17 | 0 | 47 | C | 4F | 48 | 39 |
| Octal | 255 | 340 | 101 | 27 | 0 | 107 | 14 | 117 | 110 | 71 |
| Binary | 10101101 | 11100000 | 1000001 | 10111 | 0 | 1000111 | 1100 | 1001111 | 1001000 | 111001 |
Color Harmonies of #ADE041
Complementary color
Monochromatic Colors of #ADE041
Black with #ADE041
Text Example
Text Example
White with #ADE041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE041; }
p { color: rgb(173,224,65); }
H1.HeaderClassName
{
color: #ADE041;
}
.AnyTagClassName
{
color: #ADE041;
}
</style>
background-color css
<style>
a { background-color: #ADE041; }
a { background-color: rgb(173,224,65); }
div.DivClassName
{
background-color: #ADE041;
}
.BgClassName
{
background-color: #ADE041;
}
</style>
border-color css
<style>
span { border-color: #ADE041; }
span { border-color: rgb(173,224,65); }
td.TdClassName
{
border-color: #ADE041;
}
.TagClassName
{
border-color: #ADE041;
}
</style>