Shades of Conifer #ADEE59
Tints of Conifer #ADEE59
RGB
CMYK
RGB Variations
Color information
#ADEE59 (or 0xADEE59) is known color: Conifer. HEX triplet: AD, EE and 59. RGB value is (173,238,89). Sum of RGB (Red+Green+Blue) = 173+238+89=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 238 (93.36% from 255 or 47.6% from 500); Blue value is 89 (35.16% from 255 or 17.8% from 500); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEE59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEE59 is #5211A6. Grayscale: #CACACA. Windows color (decimal): -5378471 or 5893805. OLE color: 5893805.
HSL color Cylindrical-coordinate representation of color #ADEE59: hue angle of 86.17º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADEE59 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 238 | 89 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.07 |
| HSL | 86.17º | 0.81% | 0.64% | - |
| HSV(B) | 86.17º | 0.63% | 0.93% | - |
| XYZ | 49.61 | 70.75 | 20.49 | - |
| YUV | 201.58 | 64.47 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 89 | 0.27 | 0 | 0.63 | 0.07 | 86.17 | 0.81 | 0.64 |
| Hex | AD | EE | 59 | 1B | 0 | 3F | 7 | 56 | 51 | 40 |
| Octal | 255 | 356 | 131 | 33 | 0 | 77 | 7 | 126 | 121 | 100 |
| Binary | 10101101 | 11101110 | 1011001 | 11011 | 0 | 111111 | 111 | 1010110 | 1010001 | 1000000 |
Color Harmonies of #ADEE59
Complementary color
Monochromatic Colors of #ADEE59
Black with #ADEE59
Text Example
Text Example
White with #ADEE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEE59; }
p { color: rgb(173,238,89); }
H1.HeaderClassName
{
color: #ADEE59;
}
.AnyTagClassName
{
color: #ADEE59;
}
</style>
background-color css
<style>
a { background-color: #ADEE59; }
a { background-color: rgb(173,238,89); }
div.DivClassName
{
background-color: #ADEE59;
}
.BgClassName
{
background-color: #ADEE59;
}
</style>
border-color css
<style>
span { border-color: #ADEE59; }
span { border-color: rgb(173,238,89); }
td.TdClassName
{
border-color: #ADEE59;
}
.TagClassName
{
border-color: #ADEE59;
}
</style>