Shades of Conifer #ADEE4D
Tints of Conifer #ADEE4D
RGB
CMYK
RGB Variations
Color information
#ADEE4D (or 0xADEE4D) is known color: Conifer. HEX triplet: AD, EE and 4D. RGB value is (173,238,77). Sum of RGB (Red+Green+Blue) = 173+238+77=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 238 (93.36% from 255 or 48.77% from 488); Blue value is 77 (30.47% from 255 or 15.78% from 488); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEE4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEE4D is #5211B2. Grayscale: #C8C8C8. Windows color (decimal): -5378483 or 5107373. OLE color: 5107373.
HSL color Cylindrical-coordinate representation of color #ADEE4D: hue angle of 84.22º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADEE4D is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 238 | 77 | - |
| CMYK | 0.27 | 0 | 0.68 | 0.07 |
| HSL | 84.22º | 0.83% | 0.62% | - |
| HSV(B) | 84.22º | 0.68% | 0.93% | - |
| XYZ | 49.15 | 70.57 | 18.05 | - |
| YUV | 200.21 | 58.47 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 77 | 0.27 | 0 | 0.68 | 0.07 | 84.22 | 0.83 | 0.62 |
| Hex | AD | EE | 4D | 1B | 0 | 44 | 7 | 54 | 53 | 3E |
| Octal | 255 | 356 | 115 | 33 | 0 | 104 | 7 | 124 | 123 | 76 |
| Binary | 10101101 | 11101110 | 1001101 | 11011 | 0 | 1000100 | 111 | 1010100 | 1010011 | 111110 |
Color Harmonies of #ADEE4D
Complementary color
Monochromatic Colors of #ADEE4D
Black with #ADEE4D
Text Example
Text Example
White with #ADEE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEE4D; }
p { color: rgb(173,238,77); }
H1.HeaderClassName
{
color: #ADEE4D;
}
.AnyTagClassName
{
color: #ADEE4D;
}
</style>
background-color css
<style>
a { background-color: #ADEE4D; }
a { background-color: rgb(173,238,77); }
div.DivClassName
{
background-color: #ADEE4D;
}
.BgClassName
{
background-color: #ADEE4D;
}
</style>
border-color css
<style>
span { border-color: #ADEE4D; }
span { border-color: rgb(173,238,77); }
td.TdClassName
{
border-color: #ADEE4D;
}
.TagClassName
{
border-color: #ADEE4D;
}
</style>