Shades of Earls Green #ADAA30
Tints of Earls Green #ADAA30
RGB
CMYK
RGB Variations
Color information
#ADAA30 (or 0xADAA30) is known color: Earls Green. HEX triplet: AD, AA and 30. RGB value is (173,170,48). Sum of RGB (Red+Green+Blue) = 173+170+48=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 48 (19.14% from 255 or 12.28% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAA30 is #5255CF. Grayscale: #9D9D9D. Windows color (decimal): -5395920 or 3189421. OLE color: 3189421.
HSL color Cylindrical-coordinate representation of color #ADAA30: hue angle of 58.56º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADAA30 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 48 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.32 |
| HSL | 58.56º | 0.57% | 0.43% | - |
| HSV(B) | 58.56º | 0.72% | 0.68% | - |
| XYZ | 32.14 | 37.85 | 8.41 | - |
| YUV | 156.99 | 66.49 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 48 | 0 | 0.02 | 0.72 | 0.32 | 58.56 | 0.57 | 0.43 |
| Hex | AD | AA | 30 | 0 | 2 | 48 | 20 | 3B | 39 | 2B |
| Octal | 255 | 252 | 60 | 0 | 2 | 110 | 40 | 73 | 71 | 53 |
| Binary | 10101101 | 10101010 | 110000 | 0 | 10 | 1001000 | 100000 | 111011 | 111001 | 101011 |
Color Harmonies of #ADAA30
Complementary color
Monochromatic Colors of #ADAA30
Black with #ADAA30
Text Example
Text Example
White with #ADAA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA30; }
p { color: rgb(173,170,48); }
H1.HeaderClassName
{
color: #ADAA30;
}
.AnyTagClassName
{
color: #ADAA30;
}
</style>
background-color css
<style>
a { background-color: #ADAA30; }
a { background-color: rgb(173,170,48); }
div.DivClassName
{
background-color: #ADAA30;
}
.BgClassName
{
background-color: #ADAA30;
}
</style>
border-color css
<style>
span { border-color: #ADAA30; }
span { border-color: rgb(173,170,48); }
td.TdClassName
{
border-color: #ADAA30;
}
.TagClassName
{
border-color: #ADAA30;
}
</style>