Shades of Conifer #ADEE5D
Tints of Conifer #ADEE5D
RGB
CMYK
RGB Variations
Color information
#ADEE5D (or 0xADEE5D) is known color: Conifer. HEX triplet: AD, EE and 5D. RGB value is (173,238,93). Sum of RGB (Red+Green+Blue) = 173+238+93=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 93 (36.72% from 255 or 18.45% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEE5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEE5D is #5211A2. Grayscale: #CACACA. Windows color (decimal): -5378467 or 6155949. OLE color: 6155949.
HSL color Cylindrical-coordinate representation of color #ADEE5D: hue angle of 86.9º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADEE5D is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 238 | 93 | - |
| CMYK | 0.27 | 0 | 0.61 | 0.07 |
| HSL | 86.9º | 0.81% | 0.65% | - |
| HSV(B) | 86.9º | 0.61% | 0.93% | - |
| XYZ | 49.78 | 70.82 | 21.4 | - |
| YUV | 202.04 | 66.47 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 93 | 0.27 | 0 | 0.61 | 0.07 | 86.9 | 0.81 | 0.65 |
| Hex | AD | EE | 5D | 1B | 0 | 3D | 7 | 57 | 51 | 41 |
| Octal | 255 | 356 | 135 | 33 | 0 | 75 | 7 | 127 | 121 | 101 |
| Binary | 10101101 | 11101110 | 1011101 | 11011 | 0 | 111101 | 111 | 1010111 | 1010001 | 1000001 |
Color Harmonies of #ADEE5D
Complementary color
Monochromatic Colors of #ADEE5D
Black with #ADEE5D
Text Example
Text Example
White with #ADEE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEE5D; }
p { color: rgb(173,238,93); }
H1.HeaderClassName
{
color: #ADEE5D;
}
.AnyTagClassName
{
color: #ADEE5D;
}
</style>
background-color css
<style>
a { background-color: #ADEE5D; }
a { background-color: rgb(173,238,93); }
div.DivClassName
{
background-color: #ADEE5D;
}
.BgClassName
{
background-color: #ADEE5D;
}
</style>
border-color css
<style>
span { border-color: #ADEE5D; }
span { border-color: rgb(173,238,93); }
td.TdClassName
{
border-color: #ADEE5D;
}
.TagClassName
{
border-color: #ADEE5D;
}
</style>