Shades of Conifer #ADE641
Tints of Conifer #ADE641
RGB
CMYK
RGB Variations
Color information
#ADE641 (or 0xADE641) is known color: Conifer. HEX triplet: AD, E6 and 41. RGB value is (173,230,65). Sum of RGB (Red+Green+Blue) = 173+230+65=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 230 (90.23% from 255 or 49.15% from 468); Blue value is 65 (25.78% from 255 or 13.89% from 468); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE641 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADE641 is #5219BE. Grayscale: #C2C2C2. Windows color (decimal): -5380543 or 4318893. OLE color: 4318893.
HSL color Cylindrical-coordinate representation of color #ADE641: hue angle of 80.73º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADE641 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 65 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.10 |
| HSL | 80.73º | 0.77% | 0.58% | - |
| HSV(B) | 80.73º | 0.72% | 0.9% | - |
| XYZ | 46.48 | 65.86 | 15.26 | - |
| YUV | 194.15 | 55.12 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 65 | 0.25 | 0 | 0.72 | 0.10 | 80.73 | 0.77 | 0.58 |
| Hex | AD | E6 | 41 | 19 | 0 | 48 | A | 51 | 4D | 3A |
| Octal | 255 | 346 | 101 | 31 | 0 | 110 | 12 | 121 | 115 | 72 |
| Binary | 10101101 | 11100110 | 1000001 | 11001 | 0 | 1001000 | 1010 | 1010001 | 1001101 | 111010 |
Color Harmonies of #ADE641
Complementary color
Monochromatic Colors of #ADE641
Black with #ADE641
Text Example
Text Example
White with #ADE641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE641; }
p { color: rgb(173,230,65); }
H1.HeaderClassName
{
color: #ADE641;
}
.AnyTagClassName
{
color: #ADE641;
}
</style>
background-color css
<style>
a { background-color: #ADE641; }
a { background-color: rgb(173,230,65); }
div.DivClassName
{
background-color: #ADE641;
}
.BgClassName
{
background-color: #ADE641;
}
</style>
border-color css
<style>
span { border-color: #ADE641; }
span { border-color: rgb(173,230,65); }
td.TdClassName
{
border-color: #ADE641;
}
.TagClassName
{
border-color: #ADE641;
}
</style>