Shades of Limerick #8AB23E
Tints of Limerick #8AB23E
RGB
CMYK
RGB Variations
Color information
#8AB23E (or 0x8AB23E) is known color: Limerick. HEX triplet: 8A, B2 and 3E. RGB value is (138,178,62). Sum of RGB (Red+Green+Blue) = 138+178+62=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 62 (24.61% from 255 or 16.40% from 378); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB23E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AB23E is #754DC1. Grayscale: #999999. Windows color (decimal): -7687618 or 4108938. OLE color: 4108938.
HSL color Cylindrical-coordinate representation of color #8AB23E: hue angle of 80.69º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8AB23E is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 178 | 62 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.30 |
| HSL | 80.69º | 0.48% | 0.47% | - |
| HSV(B) | 80.69º | 0.65% | 0.7% | - |
| XYZ | 27.27 | 37.59 | 10.38 | - |
| YUV | 152.82 | 76.75 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 178 | 62 | 0.22 | 0 | 0.65 | 0.30 | 80.69 | 0.48 | 0.47 |
| Hex | 8A | B2 | 3E | 16 | 0 | 41 | 1E | 51 | 30 | 2F |
| Octal | 212 | 262 | 76 | 26 | 0 | 101 | 36 | 121 | 60 | 57 |
| Binary | 10001010 | 10110010 | 111110 | 10110 | 0 | 1000001 | 11110 | 1010001 | 110000 | 101111 |
Color Harmonies of #8AB23E
Complementary color
Monochromatic Colors of #8AB23E
Black with #8AB23E
Text Example
Text Example
White with #8AB23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB23E; }
p { color: rgb(138,178,62); }
H1.HeaderClassName
{
color: #8AB23E;
}
.AnyTagClassName
{
color: #8AB23E;
}
</style>
background-color css
<style>
a { background-color: #8AB23E; }
a { background-color: rgb(138,178,62); }
div.DivClassName
{
background-color: #8AB23E;
}
.BgClassName
{
background-color: #8AB23E;
}
</style>
border-color css
<style>
span { border-color: #8AB23E; }
span { border-color: rgb(138,178,62); }
td.TdClassName
{
border-color: #8AB23E;
}
.TagClassName
{
border-color: #8AB23E;
}
</style>