Shades of Conifer #ADE05E
Tints of Conifer #ADE05E
RGB
CMYK
RGB Variations
Color information
#ADE05E (or 0xADE05E) is known color: Conifer. HEX triplet: AD, E0 and 5E. RGB value is (173,224,94). Sum of RGB (Red+Green+Blue) = 173+224+94=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 94 (37.11% from 255 or 19.14% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE05E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE05E is #521FA1. Grayscale: #C2C2C2. Windows color (decimal): -5382050 or 6217901. OLE color: 6217901.
HSL color Cylindrical-coordinate representation of color #ADE05E: hue angle of 83.54º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADE05E is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 94 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.12 |
| HSL | 83.54º | 0.68% | 0.62% | - |
| HSV(B) | 83.54º | 0.58% | 0.88% | - |
| XYZ | 45.91 | 63 | 20.33 | - |
| YUV | 193.93 | 71.6 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 94 | 0.23 | 0 | 0.58 | 0.12 | 83.54 | 0.68 | 0.62 |
| Hex | AD | E0 | 5E | 17 | 0 | 3A | C | 54 | 44 | 3E |
| Octal | 255 | 340 | 136 | 27 | 0 | 72 | 14 | 124 | 104 | 76 |
| Binary | 10101101 | 11100000 | 1011110 | 10111 | 0 | 111010 | 1100 | 1010100 | 1000100 | 111110 |
Color Harmonies of #ADE05E
Complementary color
Monochromatic Colors of #ADE05E
Black with #ADE05E
Text Example
Text Example
White with #ADE05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE05E; }
p { color: rgb(173,224,94); }
H1.HeaderClassName
{
color: #ADE05E;
}
.AnyTagClassName
{
color: #ADE05E;
}
</style>
background-color css
<style>
a { background-color: #ADE05E; }
a { background-color: rgb(173,224,94); }
div.DivClassName
{
background-color: #ADE05E;
}
.BgClassName
{
background-color: #ADE05E;
}
</style>
border-color css
<style>
span { border-color: #ADE05E; }
span { border-color: rgb(173,224,94); }
td.TdClassName
{
border-color: #ADE05E;
}
.TagClassName
{
border-color: #ADE05E;
}
</style>