Shades of Earls Green #ADAC30
Tints of Earls Green #ADAC30
RGB
CMYK
RGB Variations
Color information
#ADAC30 (or 0xADAC30) is known color: Earls Green. HEX triplet: AD, AC and 30. RGB value is (173,172,48). Sum of RGB (Red+Green+Blue) = 173+172+48=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 48 (19.14% from 255 or 12.21% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC30 is #5253CF. Grayscale: #9E9E9E. Windows color (decimal): -5395408 or 3189933. OLE color: 3189933.
HSL color Cylindrical-coordinate representation of color #ADAC30: hue angle of 59.52º 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 #ADAC30 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 48 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.32 |
| HSL | 59.52º | 0.57% | 0.43% | - |
| HSV(B) | 59.52º | 0.72% | 0.68% | - |
| XYZ | 32.52 | 38.6 | 8.53 | - |
| YUV | 158.16 | 65.83 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 48 | 0 | 0.01 | 0.72 | 0.32 | 59.52 | 0.57 | 0.43 |
| Hex | AD | AC | 30 | 0 | 1 | 48 | 20 | 3C | 39 | 2B |
| Octal | 255 | 254 | 60 | 0 | 1 | 110 | 40 | 74 | 71 | 53 |
| Binary | 10101101 | 10101100 | 110000 | 0 | 1 | 1001000 | 100000 | 111100 | 111001 | 101011 |
Color Harmonies of #ADAC30
Complementary color
Monochromatic Colors of #ADAC30
Black with #ADAC30
Text Example
Text Example
White with #ADAC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC30; }
p { color: rgb(173,172,48); }
H1.HeaderClassName
{
color: #ADAC30;
}
.AnyTagClassName
{
color: #ADAC30;
}
</style>
background-color css
<style>
a { background-color: #ADAC30; }
a { background-color: rgb(173,172,48); }
div.DivClassName
{
background-color: #ADAC30;
}
.BgClassName
{
background-color: #ADAC30;
}
</style>
border-color css
<style>
span { border-color: #ADAC30; }
span { border-color: rgb(173,172,48); }
td.TdClassName
{
border-color: #ADAC30;
}
.TagClassName
{
border-color: #ADAC30;
}
</style>