Shades of Conifer #ADE241
Tints of Conifer #ADE241
RGB
CMYK
RGB Variations
Color information
#ADE241 (or 0xADE241) is known color: Conifer. HEX triplet: AD, E2 and 41. RGB value is (173,226,65). Sum of RGB (Red+Green+Blue) = 173+226+65=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 226 (88.67% from 255 or 48.71% from 464); Blue value is 65 (25.78% from 255 or 14.01% from 464); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE241 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE241 is #521DBE. Grayscale: #C0C0C0. Windows color (decimal): -5381567 or 4317869. OLE color: 4317869.
HSL color Cylindrical-coordinate representation of color #ADE241: hue angle of 79.75º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADE241 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 65 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.11 |
| HSL | 79.75º | 0.74% | 0.57% | - |
| HSV(B) | 79.75º | 0.71% | 0.89% | - |
| XYZ | 45.38 | 63.66 | 14.9 | - |
| YUV | 191.8 | 56.44 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 65 | 0.23 | 0 | 0.71 | 0.11 | 79.75 | 0.74 | 0.57 |
| Hex | AD | E2 | 41 | 17 | 0 | 47 | B | 50 | 4A | 39 |
| Octal | 255 | 342 | 101 | 27 | 0 | 107 | 13 | 120 | 112 | 71 |
| Binary | 10101101 | 11100010 | 1000001 | 10111 | 0 | 1000111 | 1011 | 1010000 | 1001010 | 111001 |
Color Harmonies of #ADE241
Complementary color
Monochromatic Colors of #ADE241
Black with #ADE241
Text Example
Text Example
White with #ADE241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE241; }
p { color: rgb(173,226,65); }
H1.HeaderClassName
{
color: #ADE241;
}
.AnyTagClassName
{
color: #ADE241;
}
</style>
background-color css
<style>
a { background-color: #ADE241; }
a { background-color: rgb(173,226,65); }
div.DivClassName
{
background-color: #ADE241;
}
.BgClassName
{
background-color: #ADE241;
}
</style>
border-color css
<style>
span { border-color: #ADE241; }
span { border-color: rgb(173,226,65); }
td.TdClassName
{
border-color: #ADE241;
}
.TagClassName
{
border-color: #ADE241;
}
</style>