Shades of Limerick #8AB41C
Tints of Limerick #8AB41C
RGB
CMYK
RGB Variations
Color information
#8AB41C (or 0x8AB41C) is known color: Limerick. HEX triplet: 8A, B4 and 1C. RGB value is (138,180,28). Sum of RGB (Red+Green+Blue) = 138+180+28=346 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.88% from 346); Green value is 180 (70.70% from 255 or 52.02% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB41C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB41C is #754BE3. Grayscale: #969696. Windows color (decimal): -7687140 or 1881226. OLE color: 1881226.
HSL color Cylindrical-coordinate representation of color #8AB41C: hue angle of 76.58º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8AB41C is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 180 | 28 | - |
| CMYK | 0.23 | 0 | 0.84 | 0.29 |
| HSL | 76.58º | 0.73% | 0.41% | - |
| HSV(B) | 76.58º | 0.84% | 0.71% | - |
| XYZ | 27.01 | 38.13 | 7.03 | - |
| YUV | 150.11 | 59.09 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 180 | 28 | 0.23 | 0 | 0.84 | 0.29 | 76.58 | 0.73 | 0.41 |
| Hex | 8A | B4 | 1C | 17 | 0 | 54 | 1D | 4D | 49 | 29 |
| Octal | 212 | 264 | 34 | 27 | 0 | 124 | 35 | 115 | 111 | 51 |
| Binary | 10001010 | 10110100 | 11100 | 10111 | 0 | 1010100 | 11101 | 1001101 | 1001001 | 101001 |
Color Harmonies of #8AB41C
Complementary color
Monochromatic Colors of #8AB41C
Black with #8AB41C
Text Example
Text Example
White with #8AB41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB41C; }
p { color: rgb(138,180,28); }
H1.HeaderClassName
{
color: #8AB41C;
}
.AnyTagClassName
{
color: #8AB41C;
}
</style>
background-color css
<style>
a { background-color: #8AB41C; }
a { background-color: rgb(138,180,28); }
div.DivClassName
{
background-color: #8AB41C;
}
.BgClassName
{
background-color: #8AB41C;
}
</style>
border-color css
<style>
span { border-color: #8AB41C; }
span { border-color: rgb(138,180,28); }
td.TdClassName
{
border-color: #8AB41C;
}
.TagClassName
{
border-color: #8AB41C;
}
</style>