Shades of Earls Green #ADB124
Tints of Earls Green #ADB124
RGB
CMYK
RGB Variations
Color information
#ADB124 (or 0xADB124) is known color: Earls Green. HEX triplet: AD, B1 and 24. RGB value is (173,177,36). Sum of RGB (Red+Green+Blue) = 173+177+36=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 36 (14.45% from 255 or 9.33% from 386); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB124 is #524EDB. Grayscale: #A0A0A0. Windows color (decimal): -5394140 or 2404781. OLE color: 2404781.
HSL color Cylindrical-coordinate representation of color #ADB124: hue angle of 61.7º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADB124 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 36 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.31 |
| HSL | 61.7º | 0.66% | 0.42% | - |
| HSV(B) | 61.7º | 0.8% | 0.69% | - |
| XYZ | 33.27 | 40.46 | 7.72 | - |
| YUV | 159.73 | 58.17 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 36 | 0.02 | 0 | 0.80 | 0.31 | 61.7 | 0.66 | 0.42 |
| Hex | AD | B1 | 24 | 2 | 0 | 50 | 1F | 3E | 42 | 2A |
| Octal | 255 | 261 | 44 | 2 | 0 | 120 | 37 | 76 | 102 | 52 |
| Binary | 10101101 | 10110001 | 100100 | 10 | 0 | 1010000 | 11111 | 111110 | 1000010 | 101010 |
Color Harmonies of #ADB124
Complementary color
Monochromatic Colors of #ADB124
Black with #ADB124
Text Example
Text Example
White with #ADB124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB124; }
p { color: rgb(173,177,36); }
H1.HeaderClassName
{
color: #ADB124;
}
.AnyTagClassName
{
color: #ADB124;
}
</style>
background-color css
<style>
a { background-color: #ADB124; }
a { background-color: rgb(173,177,36); }
div.DivClassName
{
background-color: #ADB124;
}
.BgClassName
{
background-color: #ADB124;
}
</style>
border-color css
<style>
span { border-color: #ADB124; }
span { border-color: rgb(173,177,36); }
td.TdClassName
{
border-color: #ADB124;
}
.TagClassName
{
border-color: #ADB124;
}
</style>