Shades of Earls Green #ADAE2D
Tints of Earls Green #ADAE2D
RGB
CMYK
RGB Variations
Color information
#ADAE2D (or 0xADAE2D) is known color: Earls Green. HEX triplet: AD, AE and 2D. RGB value is (173,174,45). Sum of RGB (Red+Green+Blue) = 173+174+45=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 174 (68.36% from 255 or 44.39% from 392); Blue value is 45 (17.97% from 255 or 11.48% from 392); Max value from RGB is 174 - color contains mainly: green. Hex color #ADAE2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAE2D is #5251D2. Grayscale: #9F9F9F. Windows color (decimal): -5394899 or 2993837. OLE color: 2993837.
HSL color Cylindrical-coordinate representation of color #ADAE2D: hue angle of 60.47º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADAE2D is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 174 | 45 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.32 |
| HSL | 60.47º | 0.59% | 0.43% | - |
| HSV(B) | 60.47º | 0.74% | 0.68% | - |
| XYZ | 32.84 | 39.35 | 8.35 | - |
| YUV | 159 | 63.67 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 45 | 0.01 | 0 | 0.74 | 0.32 | 60.47 | 0.59 | 0.43 |
| Hex | AD | AE | 2D | 1 | 0 | 4A | 20 | 3C | 3B | 2B |
| Octal | 255 | 256 | 55 | 1 | 0 | 112 | 40 | 74 | 73 | 53 |
| Binary | 10101101 | 10101110 | 101101 | 1 | 0 | 1001010 | 100000 | 111100 | 111011 | 101011 |
Color Harmonies of #ADAE2D
Complementary color
Monochromatic Colors of #ADAE2D
Black with #ADAE2D
Text Example
Text Example
White with #ADAE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAE2D; }
p { color: rgb(173,174,45); }
H1.HeaderClassName
{
color: #ADAE2D;
}
.AnyTagClassName
{
color: #ADAE2D;
}
</style>
background-color css
<style>
a { background-color: #ADAE2D; }
a { background-color: rgb(173,174,45); }
div.DivClassName
{
background-color: #ADAE2D;
}
.BgClassName
{
background-color: #ADAE2D;
}
</style>
border-color css
<style>
span { border-color: #ADAE2D; }
span { border-color: rgb(173,174,45); }
td.TdClassName
{
border-color: #ADAE2D;
}
.TagClassName
{
border-color: #ADAE2D;
}
</style>