Shades of Earls Green #ADAD2D
Tints of Earls Green #ADAD2D
RGB
CMYK
RGB Variations
Color information
#ADAD2D (or 0xADAD2D) is known color: Earls Green. HEX triplet: AD, AD and 2D. RGB value is (173,173,45). Sum of RGB (Red+Green+Blue) = 173+173+45=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 173 (67.97% from 255 or 44.25% from 391); Blue value is 45 (17.97% from 255 or 11.51% from 391); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAD2D is #5252D2. Grayscale: #9E9E9E. Windows color (decimal): -5395155 or 2993581. OLE color: 2993581.
HSL color Cylindrical-coordinate representation of color #ADAD2D: hue angle of 60º 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 #ADAD2D is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 45 | - |
| CMYK | 0 | 0 | 0.74 | 0.32 |
| HSL | 60º | 0.59% | 0.43% | - |
| HSV(B) | 60º | 0.74% | 0.68% | - |
| XYZ | 32.65 | 38.96 | 8.28 | - |
| YUV | 158.41 | 64 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 45 | 0 | 0 | 0.74 | 0.32 | 60 | 0.59 | 0.43 |
| Hex | AD | AD | 2D | 0 | 0 | 4A | 20 | 3C | 3B | 2B |
| Octal | 255 | 255 | 55 | 0 | 0 | 112 | 40 | 74 | 73 | 53 |
| Binary | 10101101 | 10101101 | 101101 | 0 | 0 | 1001010 | 100000 | 111100 | 111011 | 101011 |
Color Harmonies of #ADAD2D
Complementary color
Monochromatic Colors of #ADAD2D
Black with #ADAD2D
Text Example
Text Example
White with #ADAD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD2D; }
p { color: rgb(173,173,45); }
H1.HeaderClassName
{
color: #ADAD2D;
}
.AnyTagClassName
{
color: #ADAD2D;
}
</style>
background-color css
<style>
a { background-color: #ADAD2D; }
a { background-color: rgb(173,173,45); }
div.DivClassName
{
background-color: #ADAD2D;
}
.BgClassName
{
background-color: #ADAD2D;
}
</style>
border-color css
<style>
span { border-color: #ADAD2D; }
span { border-color: rgb(173,173,45); }
td.TdClassName
{
border-color: #ADAD2D;
}
.TagClassName
{
border-color: #ADAD2D;
}
</style>