Shades of Limerick #8AB210
Tints of Limerick #8AB210
RGB
CMYK
RGB Variations
Color information
#8AB210 (or 0x8AB210) is known color: Limerick. HEX triplet: 8A, B2 and 10. RGB value is (138,178,16). Sum of RGB (Red+Green+Blue) = 138+178+16=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 178 (69.92% from 255 or 53.61% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AB210 is #754DEF. Grayscale: #949494. Windows color (decimal): -7687664 or 1094282. OLE color: 1094282.
HSL color Cylindrical-coordinate representation of color #8AB210: hue angle of 74.81º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8AB210 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 178 | 16 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.30 |
| HSL | 74.81º | 0.84% | 0.38% | - |
| HSV(B) | 74.81º | 0.91% | 0.7% | - |
| XYZ | 26.5 | 37.28 | 6.29 | - |
| YUV | 147.57 | 53.75 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 178 | 16 | 0.22 | 0 | 0.91 | 0.30 | 74.81 | 0.84 | 0.38 |
| Hex | 8A | B2 | 10 | 16 | 0 | 5B | 1E | 4B | 54 | 26 |
| Octal | 212 | 262 | 20 | 26 | 0 | 133 | 36 | 113 | 124 | 46 |
| Binary | 10001010 | 10110010 | 10000 | 10110 | 0 | 1011011 | 11110 | 1001011 | 1010100 | 100110 |
Color Harmonies of #8AB210
Complementary color
Monochromatic Colors of #8AB210
Black with #8AB210
Text Example
Text Example
White with #8AB210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB210; }
p { color: rgb(138,178,16); }
H1.HeaderClassName
{
color: #8AB210;
}
.AnyTagClassName
{
color: #8AB210;
}
</style>
background-color css
<style>
a { background-color: #8AB210; }
a { background-color: rgb(138,178,16); }
div.DivClassName
{
background-color: #8AB210;
}
.BgClassName
{
background-color: #8AB210;
}
</style>
border-color css
<style>
span { border-color: #8AB210; }
span { border-color: rgb(138,178,16); }
td.TdClassName
{
border-color: #8AB210;
}
.TagClassName
{
border-color: #8AB210;
}
</style>