Shades of Earls Green #ADAC27
Tints of Earls Green #ADAC27
RGB
CMYK
RGB Variations
Color information
#ADAC27 (or 0xADAC27) is known color: Earls Green. HEX triplet: AD, AC and 27. RGB value is (173,172,39). Sum of RGB (Red+Green+Blue) = 173+172+39=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 39 (15.62% from 255 or 10.16% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC27 is #5253D8. Grayscale: #9D9D9D. Windows color (decimal): -5395417 or 2600109. OLE color: 2600109.
HSL color Cylindrical-coordinate representation of color #ADAC27: hue angle of 59.55º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADAC27 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 39 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.32 |
| HSL | 59.55º | 0.63% | 0.42% | - |
| HSV(B) | 59.55º | 0.77% | 0.68% | - |
| XYZ | 32.35 | 38.54 | 7.65 | - |
| YUV | 157.14 | 61.33 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 39 | 0 | 0.01 | 0.77 | 0.32 | 59.55 | 0.63 | 0.42 |
| Hex | AD | AC | 27 | 0 | 1 | 4D | 20 | 3C | 3F | 2A |
| Octal | 255 | 254 | 47 | 0 | 1 | 115 | 40 | 74 | 77 | 52 |
| Binary | 10101101 | 10101100 | 100111 | 0 | 1 | 1001101 | 100000 | 111100 | 111111 | 101010 |
Color Harmonies of #ADAC27
Complementary color
Monochromatic Colors of #ADAC27
Black with #ADAC27
Text Example
Text Example
White with #ADAC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC27; }
p { color: rgb(173,172,39); }
H1.HeaderClassName
{
color: #ADAC27;
}
.AnyTagClassName
{
color: #ADAC27;
}
</style>
background-color css
<style>
a { background-color: #ADAC27; }
a { background-color: rgb(173,172,39); }
div.DivClassName
{
background-color: #ADAC27;
}
.BgClassName
{
background-color: #ADAC27;
}
</style>
border-color css
<style>
span { border-color: #ADAC27; }
span { border-color: rgb(173,172,39); }
td.TdClassName
{
border-color: #ADAC27;
}
.TagClassName
{
border-color: #ADAC27;
}
</style>