Shades of Conifer #ADEE56
Tints of Conifer #ADEE56
RGB
CMYK
RGB Variations
Color information
#ADEE56 (or 0xADEE56) is known color: Conifer. HEX triplet: AD, EE and 56. RGB value is (173,238,86). Sum of RGB (Red+Green+Blue) = 173+238+86=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 238 (93.36% from 255 or 47.89% from 497); Blue value is 86 (33.98% from 255 or 17.30% from 497); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEE56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEE56 is #5211A9. Grayscale: #C9C9C9. Windows color (decimal): -5378474 or 5697197. OLE color: 5697197.
HSL color Cylindrical-coordinate representation of color #ADEE56: hue angle of 85.66º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADEE56 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 238 | 86 | - |
| CMYK | 0.27 | 0 | 0.64 | 0.07 |
| HSL | 85.66º | 0.82% | 0.64% | - |
| HSV(B) | 85.66º | 0.64% | 0.93% | - |
| XYZ | 49.49 | 70.71 | 19.84 | - |
| YUV | 201.24 | 62.97 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 86 | 0.27 | 0 | 0.64 | 0.07 | 85.66 | 0.82 | 0.64 |
| Hex | AD | EE | 56 | 1B | 0 | 40 | 7 | 56 | 52 | 40 |
| Octal | 255 | 356 | 126 | 33 | 0 | 100 | 7 | 126 | 122 | 100 |
| Binary | 10101101 | 11101110 | 1010110 | 11011 | 0 | 1000000 | 111 | 1010110 | 1010010 | 1000000 |
Color Harmonies of #ADEE56
Complementary color
Monochromatic Colors of #ADEE56
Black with #ADEE56
Text Example
Text Example
White with #ADEE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEE56; }
p { color: rgb(173,238,86); }
H1.HeaderClassName
{
color: #ADEE56;
}
.AnyTagClassName
{
color: #ADEE56;
}
</style>
background-color css
<style>
a { background-color: #ADEE56; }
a { background-color: rgb(173,238,86); }
div.DivClassName
{
background-color: #ADEE56;
}
.BgClassName
{
background-color: #ADEE56;
}
</style>
border-color css
<style>
span { border-color: #ADEE56; }
span { border-color: rgb(173,238,86); }
td.TdClassName
{
border-color: #ADEE56;
}
.TagClassName
{
border-color: #ADEE56;
}
</style>