Shades of Limerick #8AB33F
Tints of Limerick #8AB33F
RGB
CMYK
RGB Variations
Color information
#8AB33F (or 0x8AB33F) is known color: Limerick. HEX triplet: 8A, B3 and 3F. RGB value is (138,179,63). Sum of RGB (Red+Green+Blue) = 138+179+63=380 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.32% from 380); Green value is 179 (70.31% from 255 or 47.11% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB33F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB33F is #754CC0. Grayscale: #999999. Windows color (decimal): -7687361 or 4174730. OLE color: 4174730.
HSL color Cylindrical-coordinate representation of color #8AB33F: hue angle of 81.21º 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 #8AB33F is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 179 | 63 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.30 |
| HSL | 81.21º | 0.48% | 0.47% | - |
| HSV(B) | 81.21º | 0.65% | 0.7% | - |
| XYZ | 27.5 | 38 | 10.59 | - |
| YUV | 153.52 | 76.92 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 179 | 63 | 0.23 | 0 | 0.65 | 0.30 | 81.21 | 0.48 | 0.47 |
| Hex | 8A | B3 | 3F | 17 | 0 | 41 | 1E | 51 | 30 | 2F |
| Octal | 212 | 263 | 77 | 27 | 0 | 101 | 36 | 121 | 60 | 57 |
| Binary | 10001010 | 10110011 | 111111 | 10111 | 0 | 1000001 | 11110 | 1010001 | 110000 | 101111 |
Color Harmonies of #8AB33F
Complementary color
Monochromatic Colors of #8AB33F
Black with #8AB33F
Text Example
Text Example
White with #8AB33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB33F; }
p { color: rgb(138,179,63); }
H1.HeaderClassName
{
color: #8AB33F;
}
.AnyTagClassName
{
color: #8AB33F;
}
</style>
background-color css
<style>
a { background-color: #8AB33F; }
a { background-color: rgb(138,179,63); }
div.DivClassName
{
background-color: #8AB33F;
}
.BgClassName
{
background-color: #8AB33F;
}
</style>
border-color css
<style>
span { border-color: #8AB33F; }
span { border-color: rgb(138,179,63); }
td.TdClassName
{
border-color: #8AB33F;
}
.TagClassName
{
border-color: #8AB33F;
}
</style>