Shades of Conifer #ADE95E
Tints of Conifer #ADE95E
RGB
CMYK
RGB Variations
Color information
#ADE95E (or 0xADE95E) is known color: Conifer. HEX triplet: AD, E9 and 5E. RGB value is (173,233,94). Sum of RGB (Red+Green+Blue) = 173+233+94=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 233 (91.41% from 255 or 46.6% from 500); Blue value is 94 (37.11% from 255 or 18.8% from 500); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE95E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE95E is #5216A1. Grayscale: #C7C7C7. Windows color (decimal): -5379746 or 6220205. OLE color: 6220205.
HSL color Cylindrical-coordinate representation of color #ADE95E: hue angle of 85.9º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADE95E is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 94 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.09 |
| HSL | 85.9º | 0.76% | 0.64% | - |
| HSV(B) | 85.9º | 0.6% | 0.91% | - |
| XYZ | 48.39 | 67.97 | 21.16 | - |
| YUV | 199.21 | 68.62 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 94 | 0.26 | 0 | 0.60 | 0.09 | 85.9 | 0.76 | 0.64 |
| Hex | AD | E9 | 5E | 1A | 0 | 3C | 9 | 56 | 4C | 40 |
| Octal | 255 | 351 | 136 | 32 | 0 | 74 | 11 | 126 | 114 | 100 |
| Binary | 10101101 | 11101001 | 1011110 | 11010 | 0 | 111100 | 1001 | 1010110 | 1001100 | 1000000 |
Color Harmonies of #ADE95E
Complementary color
Monochromatic Colors of #ADE95E
Black with #ADE95E
Text Example
Text Example
White with #ADE95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE95E; }
p { color: rgb(173,233,94); }
H1.HeaderClassName
{
color: #ADE95E;
}
.AnyTagClassName
{
color: #ADE95E;
}
</style>
background-color css
<style>
a { background-color: #ADE95E; }
a { background-color: rgb(173,233,94); }
div.DivClassName
{
background-color: #ADE95E;
}
.BgClassName
{
background-color: #ADE95E;
}
</style>
border-color css
<style>
span { border-color: #ADE95E; }
span { border-color: rgb(173,233,94); }
td.TdClassName
{
border-color: #ADE95E;
}
.TagClassName
{
border-color: #ADE95E;
}
</style>