Shades of Limerick #8AB330
Tints of Limerick #8AB330
RGB
CMYK
RGB Variations
Color information
#8AB330 (or 0x8AB330) is known color: Limerick. HEX triplet: 8A, B3 and 30. RGB value is (138,179,48). Sum of RGB (Red+Green+Blue) = 138+179+48=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB330 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB330 is #754CCF. Grayscale: #989898. Windows color (decimal): -7687376 or 3191690. OLE color: 3191690.
HSL color Cylindrical-coordinate representation of color #8AB330: hue angle of 78.78º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8AB330 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 179 | 48 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.30 |
| HSL | 78.78º | 0.58% | 0.45% | - |
| HSV(B) | 78.78º | 0.73% | 0.7% | - |
| XYZ | 27.13 | 37.86 | 8.67 | - |
| YUV | 151.81 | 69.42 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 179 | 48 | 0.23 | 0 | 0.73 | 0.30 | 78.78 | 0.58 | 0.45 |
| Hex | 8A | B3 | 30 | 17 | 0 | 49 | 1E | 4F | 3A | 2D |
| Octal | 212 | 263 | 60 | 27 | 0 | 111 | 36 | 117 | 72 | 55 |
| Binary | 10001010 | 10110011 | 110000 | 10111 | 0 | 1001001 | 11110 | 1001111 | 111010 | 101101 |
Color Harmonies of #8AB330
Complementary color
Monochromatic Colors of #8AB330
Black with #8AB330
Text Example
Text Example
White with #8AB330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB330; }
p { color: rgb(138,179,48); }
H1.HeaderClassName
{
color: #8AB330;
}
.AnyTagClassName
{
color: #8AB330;
}
</style>
background-color css
<style>
a { background-color: #8AB330; }
a { background-color: rgb(138,179,48); }
div.DivClassName
{
background-color: #8AB330;
}
.BgClassName
{
background-color: #8AB330;
}
</style>
border-color css
<style>
span { border-color: #8AB330; }
span { border-color: rgb(138,179,48); }
td.TdClassName
{
border-color: #8AB330;
}
.TagClassName
{
border-color: #8AB330;
}
</style>