Shades of Limerick #8AB62E
Tints of Limerick #8AB62E
RGB
CMYK
RGB Variations
Color information
#8AB62E (or 0x8AB62E) is known color: Limerick. HEX triplet: 8A, B6 and 2E. RGB value is (138,182,46). Sum of RGB (Red+Green+Blue) = 138+182+46=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 182 (71.48% from 255 or 49.73% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB62E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB62E is #7549D1. Grayscale: #999999. Windows color (decimal): -7686610 or 3061386. OLE color: 3061386.
HSL color Cylindrical-coordinate representation of color #8AB62E: hue angle of 79.41º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8AB62E is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 182 | 46 | - |
| CMYK | 0.24 | 0 | 0.75 | 0.29 |
| HSL | 79.41º | 0.6% | 0.45% | - |
| HSV(B) | 79.41º | 0.75% | 0.71% | - |
| XYZ | 27.7 | 39.06 | 8.66 | - |
| YUV | 153.34 | 67.42 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 182 | 46 | 0.24 | 0 | 0.75 | 0.29 | 79.41 | 0.6 | 0.45 |
| Hex | 8A | B6 | 2E | 18 | 0 | 4B | 1D | 4F | 3C | 2D |
| Octal | 212 | 266 | 56 | 30 | 0 | 113 | 35 | 117 | 74 | 55 |
| Binary | 10001010 | 10110110 | 101110 | 11000 | 0 | 1001011 | 11101 | 1001111 | 111100 | 101101 |
Color Harmonies of #8AB62E
Complementary color
Monochromatic Colors of #8AB62E
Black with #8AB62E
Text Example
Text Example
White with #8AB62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB62E; }
p { color: rgb(138,182,46); }
H1.HeaderClassName
{
color: #8AB62E;
}
.AnyTagClassName
{
color: #8AB62E;
}
</style>
background-color css
<style>
a { background-color: #8AB62E; }
a { background-color: rgb(138,182,46); }
div.DivClassName
{
background-color: #8AB62E;
}
.BgClassName
{
background-color: #8AB62E;
}
</style>
border-color css
<style>
span { border-color: #8AB62E; }
span { border-color: rgb(138,182,46); }
td.TdClassName
{
border-color: #8AB62E;
}
.TagClassName
{
border-color: #8AB62E;
}
</style>