Shades of Conifer #ADE941
Tints of Conifer #ADE941
RGB
CMYK
RGB Variations
Color information
#ADE941 (or 0xADE941) is known color: Conifer. HEX triplet: AD, E9 and 41. RGB value is (173,233,65). Sum of RGB (Red+Green+Blue) = 173+233+65=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 233 (91.41% from 255 or 49.47% from 471); Blue value is 65 (25.78% from 255 or 13.80% from 471); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE941 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADE941 is #5216BE. Grayscale: #C4C4C4. Windows color (decimal): -5379775 or 4319661. OLE color: 4319661.
HSL color Cylindrical-coordinate representation of color #ADE941: hue angle of 81.43º degrees, saturation: 0.79, 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 #ADE941 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 65 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.09 |
| HSL | 81.43º | 0.79% | 0.58% | - |
| HSV(B) | 81.43º | 0.72% | 0.91% | - |
| XYZ | 47.33 | 67.54 | 15.54 | - |
| YUV | 195.91 | 54.12 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 65 | 0.26 | 0 | 0.72 | 0.09 | 81.43 | 0.79 | 0.58 |
| Hex | AD | E9 | 41 | 1A | 0 | 48 | 9 | 51 | 4F | 3A |
| Octal | 255 | 351 | 101 | 32 | 0 | 110 | 11 | 121 | 117 | 72 |
| Binary | 10101101 | 11101001 | 1000001 | 11010 | 0 | 1001000 | 1001 | 1010001 | 1001111 | 111010 |
Color Harmonies of #ADE941
Complementary color
Monochromatic Colors of #ADE941
Black with #ADE941
Text Example
Text Example
White with #ADE941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE941; }
p { color: rgb(173,233,65); }
H1.HeaderClassName
{
color: #ADE941;
}
.AnyTagClassName
{
color: #ADE941;
}
</style>
background-color css
<style>
a { background-color: #ADE941; }
a { background-color: rgb(173,233,65); }
div.DivClassName
{
background-color: #ADE941;
}
.BgClassName
{
background-color: #ADE941;
}
</style>
border-color css
<style>
span { border-color: #ADE941; }
span { border-color: rgb(173,233,65); }
td.TdClassName
{
border-color: #ADE941;
}
.TagClassName
{
border-color: #ADE941;
}
</style>