Shades of Conifer #ADE65E
Tints of Conifer #ADE65E
RGB
CMYK
RGB Variations
Color information
#ADE65E (or 0xADE65E) is known color: Conifer. HEX triplet: AD, E6 and 5E. RGB value is (173,230,94). Sum of RGB (Red+Green+Blue) = 173+230+94=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 230 (90.23% from 255 or 46.28% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE65E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE65E is #5219A1. Grayscale: #C5C5C5. Windows color (decimal): -5380514 or 6219437. OLE color: 6219437.
HSL color Cylindrical-coordinate representation of color #ADE65E: hue angle of 85.15º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADE65E is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 94 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.10 |
| HSL | 85.15º | 0.73% | 0.64% | - |
| HSV(B) | 85.15º | 0.59% | 0.9% | - |
| XYZ | 47.55 | 66.29 | 20.88 | - |
| YUV | 197.45 | 69.62 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 94 | 0.25 | 0 | 0.59 | 0.10 | 85.15 | 0.73 | 0.64 |
| Hex | AD | E6 | 5E | 19 | 0 | 3B | A | 55 | 49 | 40 |
| Octal | 255 | 346 | 136 | 31 | 0 | 73 | 12 | 125 | 111 | 100 |
| Binary | 10101101 | 11100110 | 1011110 | 11001 | 0 | 111011 | 1010 | 1010101 | 1001001 | 1000000 |
Color Harmonies of #ADE65E
Complementary color
Monochromatic Colors of #ADE65E
Black with #ADE65E
Text Example
Text Example
White with #ADE65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE65E; }
p { color: rgb(173,230,94); }
H1.HeaderClassName
{
color: #ADE65E;
}
.AnyTagClassName
{
color: #ADE65E;
}
</style>
background-color css
<style>
a { background-color: #ADE65E; }
a { background-color: rgb(173,230,94); }
div.DivClassName
{
background-color: #ADE65E;
}
.BgClassName
{
background-color: #ADE65E;
}
</style>
border-color css
<style>
span { border-color: #ADE65E; }
span { border-color: rgb(173,230,94); }
td.TdClassName
{
border-color: #ADE65E;
}
.TagClassName
{
border-color: #ADE65E;
}
</style>