Shades of Conifer #ADEE65
Tints of Conifer #ADEE65
RGB
CMYK
RGB Variations
Color information
#ADEE65 (or 0xADEE65) is known color: Conifer. HEX triplet: AD, EE and 65. RGB value is (173,238,101). Sum of RGB (Red+Green+Blue) = 173+238+101=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 238 (93.36% from 255 or 46.48% from 512); Blue value is 101 (39.84% from 255 or 19.73% from 512); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEE65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEE65 is #52119A. Grayscale: #CBCBCB. Windows color (decimal): -5378459 or 6680237. OLE color: 6680237.
HSL color Cylindrical-coordinate representation of color #ADEE65: hue angle of 88.47º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADEE65 is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 238 | 101 | - |
| CMYK | 0.27 | 0 | 0.58 | 0.07 |
| HSL | 88.47º | 0.8% | 0.66% | - |
| HSV(B) | 88.47º | 0.58% | 0.93% | - |
| XYZ | 50.16 | 70.97 | 23.37 | - |
| YUV | 202.95 | 70.47 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 101 | 0.27 | 0 | 0.58 | 0.07 | 88.47 | 0.8 | 0.66 |
| Hex | AD | EE | 65 | 1B | 0 | 3A | 7 | 58 | 50 | 42 |
| Octal | 255 | 356 | 145 | 33 | 0 | 72 | 7 | 130 | 120 | 102 |
| Binary | 10101101 | 11101110 | 1100101 | 11011 | 0 | 111010 | 111 | 1011000 | 1010000 | 1000010 |
Color Harmonies of #ADEE65
Complementary color
Monochromatic Colors of #ADEE65
Black with #ADEE65
Text Example
Text Example
White with #ADEE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEE65; }
p { color: rgb(173,238,101); }
H1.HeaderClassName
{
color: #ADEE65;
}
.AnyTagClassName
{
color: #ADEE65;
}
</style>
background-color css
<style>
a { background-color: #ADEE65; }
a { background-color: rgb(173,238,101); }
div.DivClassName
{
background-color: #ADEE65;
}
.BgClassName
{
background-color: #ADEE65;
}
</style>
border-color css
<style>
span { border-color: #ADEE65; }
span { border-color: rgb(173,238,101); }
td.TdClassName
{
border-color: #ADEE65;
}
.TagClassName
{
border-color: #ADEE65;
}
</style>