Shades of Conifer #ADE35E
Tints of Conifer #ADE35E
RGB
CMYK
RGB Variations
Color information
#ADE35E (or 0xADE35E) is known color: Conifer. HEX triplet: AD, E3 and 5E. RGB value is (173,227,94). Sum of RGB (Red+Green+Blue) = 173+227+94=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 94 (37.11% from 255 or 19.03% from 494); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE35E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE35E is #521CA1. Grayscale: #C4C4C4. Windows color (decimal): -5381282 or 6218669. OLE color: 6218669.
HSL color Cylindrical-coordinate representation of color #ADE35E: hue angle of 84.36º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADE35E is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 94 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.11 |
| HSL | 84.36º | 0.7% | 0.63% | - |
| HSV(B) | 84.36º | 0.59% | 0.89% | - |
| XYZ | 46.72 | 64.63 | 20.6 | - |
| YUV | 195.69 | 70.61 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 94 | 0.24 | 0 | 0.59 | 0.11 | 84.36 | 0.7 | 0.63 |
| Hex | AD | E3 | 5E | 18 | 0 | 3B | B | 54 | 46 | 3F |
| Octal | 255 | 343 | 136 | 30 | 0 | 73 | 13 | 124 | 106 | 77 |
| Binary | 10101101 | 11100011 | 1011110 | 11000 | 0 | 111011 | 1011 | 1010100 | 1000110 | 111111 |
Color Harmonies of #ADE35E
Complementary color
Monochromatic Colors of #ADE35E
Black with #ADE35E
Text Example
Text Example
White with #ADE35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE35E; }
p { color: rgb(173,227,94); }
H1.HeaderClassName
{
color: #ADE35E;
}
.AnyTagClassName
{
color: #ADE35E;
}
</style>
background-color css
<style>
a { background-color: #ADE35E; }
a { background-color: rgb(173,227,94); }
div.DivClassName
{
background-color: #ADE35E;
}
.BgClassName
{
background-color: #ADE35E;
}
</style>
border-color css
<style>
span { border-color: #ADE35E; }
span { border-color: rgb(173,227,94); }
td.TdClassName
{
border-color: #ADE35E;
}
.TagClassName
{
border-color: #ADE35E;
}
</style>