Shades of Limerick #8AB41B
Tints of Limerick #8AB41B
RGB
CMYK
RGB Variations
Color information
#8AB41B (or 0x8AB41B) is known color: Limerick. HEX triplet: 8A, B4 and 1B. RGB value is (138,180,27). Sum of RGB (Red+Green+Blue) = 138+180+27=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 180 (70.70% from 255 or 52.17% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB41B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB41B is #754BE4. Grayscale: #969696. Windows color (decimal): -7687141 or 1815690. OLE color: 1815690.
HSL color Cylindrical-coordinate representation of color #8AB41B: hue angle of 76.47º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8AB41B is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 180 | 27 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.29 |
| HSL | 76.47º | 0.74% | 0.41% | - |
| HSV(B) | 76.47º | 0.85% | 0.71% | - |
| XYZ | 27 | 38.12 | 6.97 | - |
| YUV | 150 | 58.59 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 180 | 27 | 0.23 | 0 | 0.85 | 0.29 | 76.47 | 0.74 | 0.41 |
| Hex | 8A | B4 | 1B | 17 | 0 | 55 | 1D | 4C | 4A | 29 |
| Octal | 212 | 264 | 33 | 27 | 0 | 125 | 35 | 114 | 112 | 51 |
| Binary | 10001010 | 10110100 | 11011 | 10111 | 0 | 1010101 | 11101 | 1001100 | 1001010 | 101001 |
Color Harmonies of #8AB41B
Complementary color
Monochromatic Colors of #8AB41B
Black with #8AB41B
Text Example
Text Example
White with #8AB41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB41B; }
p { color: rgb(138,180,27); }
H1.HeaderClassName
{
color: #8AB41B;
}
.AnyTagClassName
{
color: #8AB41B;
}
</style>
background-color css
<style>
a { background-color: #8AB41B; }
a { background-color: rgb(138,180,27); }
div.DivClassName
{
background-color: #8AB41B;
}
.BgClassName
{
background-color: #8AB41B;
}
</style>
border-color css
<style>
span { border-color: #8AB41B; }
span { border-color: rgb(138,180,27); }
td.TdClassName
{
border-color: #8AB41B;
}
.TagClassName
{
border-color: #8AB41B;
}
</style>