Shades of Olive Green #ADAE4E
Tints of Olive Green #ADAE4E
RGB
CMYK
RGB Variations
Color information
#ADAE4E (or 0xADAE4E) is known color: Olive Green. HEX triplet: AD, AE and 4E. RGB value is (173,174,78). Sum of RGB (Red+Green+Blue) = 173+174+78=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 78 (30.86% from 255 or 18.35% from 425); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAE4E is #5251B1. Grayscale: #A3A3A3. Windows color (decimal): -5394866 or 5156525. OLE color: 5156525.
HSL color Cylindrical-coordinate representation of color #ADAE4E: hue angle of 60.63º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADAE4E is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 78 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.32 |
| HSL | 60.63º | 0.38% | 0.49% | - |
| HSV(B) | 60.63º | 0.55% | 0.68% | - |
| XYZ | 33.74 | 39.71 | 13.09 | - |
| YUV | 162.76 | 80.17 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 78 | 0.01 | 0 | 0.55 | 0.32 | 60.63 | 0.38 | 0.49 |
| Hex | AD | AE | 4E | 1 | 0 | 37 | 20 | 3D | 26 | 31 |
| Octal | 255 | 256 | 116 | 1 | 0 | 67 | 40 | 75 | 46 | 61 |
| Binary | 10101101 | 10101110 | 1001110 | 1 | 0 | 110111 | 100000 | 111101 | 100110 | 110001 |
Color Harmonies of #ADAE4E
Complementary color
Monochromatic Colors of #ADAE4E
Black with #ADAE4E
Text Example
Text Example
White with #ADAE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAE4E; }
p { color: rgb(173,174,78); }
H1.HeaderClassName
{
color: #ADAE4E;
}
.AnyTagClassName
{
color: #ADAE4E;
}
</style>
background-color css
<style>
a { background-color: #ADAE4E; }
a { background-color: rgb(173,174,78); }
div.DivClassName
{
background-color: #ADAE4E;
}
.BgClassName
{
background-color: #ADAE4E;
}
</style>
border-color css
<style>
span { border-color: #ADAE4E; }
span { border-color: rgb(173,174,78); }
td.TdClassName
{
border-color: #ADAE4E;
}
.TagClassName
{
border-color: #ADAE4E;
}
</style>