Shades of Limerick #8AA830
Tints of Limerick #8AA830
RGB
CMYK
RGB Variations
Color information
#8AA830 (or 0x8AA830) is known color: Limerick. HEX triplet: 8A, A8 and 30. RGB value is (138,168,48). Sum of RGB (Red+Green+Blue) = 138+168+48=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 168 (66.02% from 255 or 47.46% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 168 - color contains mainly: green. Hex color #8AA830 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA830 is #7557CF. Grayscale: #919191. Windows color (decimal): -7690192 or 3188874. OLE color: 3188874.
HSL color Cylindrical-coordinate representation of color #8AA830: hue angle of 75º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8AA830 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 138 | 168 | 48 | - |
| CMYK | 0.18 | 0 | 0.71 | 0.34 |
| HSL | 75º | 0.56% | 0.42% | - |
| HSV(B) | 75º | 0.71% | 0.66% | - |
| XYZ | 25.02 | 33.62 | 7.97 | - |
| YUV | 145.35 | 73.06 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 168 | 48 | 0.18 | 0 | 0.71 | 0.34 | 75 | 0.56 | 0.42 |
| Hex | 8A | A8 | 30 | 12 | 0 | 47 | 22 | 4B | 38 | 2A |
| Octal | 212 | 250 | 60 | 22 | 0 | 107 | 42 | 113 | 70 | 52 |
| Binary | 10001010 | 10101000 | 110000 | 10010 | 0 | 1000111 | 100010 | 1001011 | 111000 | 101010 |
Color Harmonies of #8AA830
Complementary color
Monochromatic Colors of #8AA830
Black with #8AA830
Text Example
Text Example
White with #8AA830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA830; }
p { color: rgb(138,168,48); }
H1.HeaderClassName
{
color: #8AA830;
}
.AnyTagClassName
{
color: #8AA830;
}
</style>
background-color css
<style>
a { background-color: #8AA830; }
a { background-color: rgb(138,168,48); }
div.DivClassName
{
background-color: #8AA830;
}
.BgClassName
{
background-color: #8AA830;
}
</style>
border-color css
<style>
span { border-color: #8AA830; }
span { border-color: rgb(138,168,48); }
td.TdClassName
{
border-color: #8AA830;
}
.TagClassName
{
border-color: #8AA830;
}
</style>