Shades of Limerick #8AA730
Tints of Limerick #8AA730
RGB
CMYK
RGB Variations
Color information
#8AA730 (or 0x8AA730) is known color: Limerick. HEX triplet: 8A, A7 and 30. RGB value is (138,167,48). Sum of RGB (Red+Green+Blue) = 138+167+48=353 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.09% from 353); Green value is 167 (65.62% from 255 or 47.31% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 167 - color contains mainly: green. Hex color #8AA730 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA730 is #7558CF. Grayscale: #919191. Windows color (decimal): -7690448 or 3188618. OLE color: 3188618.
HSL color Cylindrical-coordinate representation of color #8AA730: hue angle of 74.62º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8AA730 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 167 | 48 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.35 |
| HSL | 74.62º | 0.55% | 0.42% | - |
| HSV(B) | 74.62º | 0.71% | 0.65% | - |
| XYZ | 24.83 | 33.25 | 7.91 | - |
| YUV | 144.76 | 73.39 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 167 | 48 | 0.17 | 0 | 0.71 | 0.35 | 74.62 | 0.55 | 0.42 |
| Hex | 8A | A7 | 30 | 11 | 0 | 47 | 23 | 4B | 37 | 2A |
| Octal | 212 | 247 | 60 | 21 | 0 | 107 | 43 | 113 | 67 | 52 |
| Binary | 10001010 | 10100111 | 110000 | 10001 | 0 | 1000111 | 100011 | 1001011 | 110111 | 101010 |
Color Harmonies of #8AA730
Complementary color
Monochromatic Colors of #8AA730
Black with #8AA730
Text Example
Text Example
White with #8AA730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA730; }
p { color: rgb(138,167,48); }
H1.HeaderClassName
{
color: #8AA730;
}
.AnyTagClassName
{
color: #8AA730;
}
</style>
background-color css
<style>
a { background-color: #8AA730; }
a { background-color: rgb(138,167,48); }
div.DivClassName
{
background-color: #8AA730;
}
.BgClassName
{
background-color: #8AA730;
}
</style>
border-color css
<style>
span { border-color: #8AA730; }
span { border-color: rgb(138,167,48); }
td.TdClassName
{
border-color: #8AA730;
}
.TagClassName
{
border-color: #8AA730;
}
</style>