Shades of Limerick #8AB43A
Tints of Limerick #8AB43A
RGB
CMYK
RGB Variations
Color information
#8AB43A (or 0x8AB43A) is known color: Limerick. HEX triplet: 8A, B4 and 3A. RGB value is (138,180,58). Sum of RGB (Red+Green+Blue) = 138+180+58=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 180 (70.70% from 255 or 47.87% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB43A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB43A is #754BC5. Grayscale: #999999. Windows color (decimal): -7687110 or 3847306. OLE color: 3847306.
HSL color Cylindrical-coordinate representation of color #8AB43A: hue angle of 80.66º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8AB43A is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 180 | 58 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.29 |
| HSL | 80.66º | 0.51% | 0.47% | - |
| HSV(B) | 80.66º | 0.68% | 0.71% | - |
| XYZ | 27.57 | 38.35 | 9.95 | - |
| YUV | 153.53 | 74.09 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 180 | 58 | 0.23 | 0 | 0.68 | 0.29 | 80.66 | 0.51 | 0.47 |
| Hex | 8A | B4 | 3A | 17 | 0 | 44 | 1D | 51 | 33 | 2F |
| Octal | 212 | 264 | 72 | 27 | 0 | 104 | 35 | 121 | 63 | 57 |
| Binary | 10001010 | 10110100 | 111010 | 10111 | 0 | 1000100 | 11101 | 1010001 | 110011 | 101111 |
Color Harmonies of #8AB43A
Complementary color
Monochromatic Colors of #8AB43A
Black with #8AB43A
Text Example
Text Example
White with #8AB43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB43A; }
p { color: rgb(138,180,58); }
H1.HeaderClassName
{
color: #8AB43A;
}
.AnyTagClassName
{
color: #8AB43A;
}
</style>
background-color css
<style>
a { background-color: #8AB43A; }
a { background-color: rgb(138,180,58); }
div.DivClassName
{
background-color: #8AB43A;
}
.BgClassName
{
background-color: #8AB43A;
}
</style>
border-color css
<style>
span { border-color: #8AB43A; }
span { border-color: rgb(138,180,58); }
td.TdClassName
{
border-color: #8AB43A;
}
.TagClassName
{
border-color: #8AB43A;
}
</style>