Shades of Conifer #ADEE4E
Tints of Conifer #ADEE4E
RGB
CMYK
RGB Variations
Color information
#ADEE4E (or 0xADEE4E) is known color: Conifer. HEX triplet: AD, EE and 4E. RGB value is (173,238,78). Sum of RGB (Red+Green+Blue) = 173+238+78=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 78 (30.86% from 255 or 15.95% from 489); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEE4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEE4E is #5211B1. Grayscale: #C8C8C8. Windows color (decimal): -5378482 or 5172909. OLE color: 5172909.
HSL color Cylindrical-coordinate representation of color #ADEE4E: hue angle of 84.38º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADEE4E is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 238 | 78 | - |
| CMYK | 0.27 | 0 | 0.67 | 0.07 |
| HSL | 84.38º | 0.82% | 0.62% | - |
| HSV(B) | 84.38º | 0.67% | 0.93% | - |
| XYZ | 49.18 | 70.58 | 18.24 | - |
| YUV | 200.33 | 58.97 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 78 | 0.27 | 0 | 0.67 | 0.07 | 84.38 | 0.82 | 0.62 |
| Hex | AD | EE | 4E | 1B | 0 | 43 | 7 | 54 | 52 | 3E |
| Octal | 255 | 356 | 116 | 33 | 0 | 103 | 7 | 124 | 122 | 76 |
| Binary | 10101101 | 11101110 | 1001110 | 11011 | 0 | 1000011 | 111 | 1010100 | 1010010 | 111110 |
Color Harmonies of #ADEE4E
Complementary color
Monochromatic Colors of #ADEE4E
Black with #ADEE4E
Text Example
Text Example
White with #ADEE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEE4E; }
p { color: rgb(173,238,78); }
H1.HeaderClassName
{
color: #ADEE4E;
}
.AnyTagClassName
{
color: #ADEE4E;
}
</style>
background-color css
<style>
a { background-color: #ADEE4E; }
a { background-color: rgb(173,238,78); }
div.DivClassName
{
background-color: #ADEE4E;
}
.BgClassName
{
background-color: #ADEE4E;
}
</style>
border-color css
<style>
span { border-color: #ADEE4E; }
span { border-color: rgb(173,238,78); }
td.TdClassName
{
border-color: #ADEE4E;
}
.TagClassName
{
border-color: #ADEE4E;
}
</style>