Shades of Limerick #8AAD3A
Tints of Limerick #8AAD3A
RGB
CMYK
RGB Variations
Color information
#8AAD3A (or 0x8AAD3A) is known color: Limerick. HEX triplet: 8A, AD and 3A. RGB value is (138,173,58). Sum of RGB (Red+Green+Blue) = 138+173+58=369 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.40% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 58 (23.05% from 255 or 15.72% from 369); Max value from RGB is 173 - color contains mainly: green. Hex color #8AAD3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAD3A is #7552C5. Grayscale: #959595. Windows color (decimal): -7688902 or 3845514. OLE color: 3845514.
HSL color Cylindrical-coordinate representation of color #8AAD3A: hue angle of 78.26º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8AAD3A is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 173 | 58 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.32 |
| HSL | 78.26º | 0.5% | 0.45% | - |
| HSV(B) | 78.26º | 0.66% | 0.68% | - |
| XYZ | 26.19 | 35.6 | 9.49 | - |
| YUV | 149.43 | 76.4 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 173 | 58 | 0.20 | 0 | 0.66 | 0.32 | 78.26 | 0.5 | 0.45 |
| Hex | 8A | AD | 3A | 14 | 0 | 42 | 20 | 4E | 32 | 2D |
| Octal | 212 | 255 | 72 | 24 | 0 | 102 | 40 | 116 | 62 | 55 |
| Binary | 10001010 | 10101101 | 111010 | 10100 | 0 | 1000010 | 100000 | 1001110 | 110010 | 101101 |
Color Harmonies of #8AAD3A
Complementary color
Monochromatic Colors of #8AAD3A
Black with #8AAD3A
Text Example
Text Example
White with #8AAD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAD3A; }
p { color: rgb(138,173,58); }
H1.HeaderClassName
{
color: #8AAD3A;
}
.AnyTagClassName
{
color: #8AAD3A;
}
</style>
background-color css
<style>
a { background-color: #8AAD3A; }
a { background-color: rgb(138,173,58); }
div.DivClassName
{
background-color: #8AAD3A;
}
.BgClassName
{
background-color: #8AAD3A;
}
</style>
border-color css
<style>
span { border-color: #8AAD3A; }
span { border-color: rgb(138,173,58); }
td.TdClassName
{
border-color: #8AAD3A;
}
.TagClassName
{
border-color: #8AAD3A;
}
</style>