Shades of Conifer #ADE25E
Tints of Conifer #ADE25E
RGB
CMYK
RGB Variations
Color information
#ADE25E (or 0xADE25E) is known color: Conifer. HEX triplet: AD, E2 and 5E. RGB value is (173,226,94). Sum of RGB (Red+Green+Blue) = 173+226+94=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 226 (88.67% from 255 or 45.84% from 493); Blue value is 94 (37.11% from 255 or 19.07% from 493); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE25E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE25E is #521DA1. Grayscale: #C3C3C3. Windows color (decimal): -5381538 or 6218413. OLE color: 6218413.
HSL color Cylindrical-coordinate representation of color #ADE25E: hue angle of 84.09º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADE25E is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 94 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.11 |
| HSL | 84.09º | 0.69% | 0.63% | - |
| HSV(B) | 84.09º | 0.58% | 0.89% | - |
| XYZ | 46.45 | 64.09 | 20.51 | - |
| YUV | 195.11 | 70.94 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 94 | 0.23 | 0 | 0.58 | 0.11 | 84.09 | 0.69 | 0.63 |
| Hex | AD | E2 | 5E | 17 | 0 | 3A | B | 54 | 45 | 3F |
| Octal | 255 | 342 | 136 | 27 | 0 | 72 | 13 | 124 | 105 | 77 |
| Binary | 10101101 | 11100010 | 1011110 | 10111 | 0 | 111010 | 1011 | 1010100 | 1000101 | 111111 |
Color Harmonies of #ADE25E
Complementary color
Monochromatic Colors of #ADE25E
Black with #ADE25E
Text Example
Text Example
White with #ADE25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE25E; }
p { color: rgb(173,226,94); }
H1.HeaderClassName
{
color: #ADE25E;
}
.AnyTagClassName
{
color: #ADE25E;
}
</style>
background-color css
<style>
a { background-color: #ADE25E; }
a { background-color: rgb(173,226,94); }
div.DivClassName
{
background-color: #ADE25E;
}
.BgClassName
{
background-color: #ADE25E;
}
</style>
border-color css
<style>
span { border-color: #ADE25E; }
span { border-color: rgb(173,226,94); }
td.TdClassName
{
border-color: #ADE25E;
}
.TagClassName
{
border-color: #ADE25E;
}
</style>