Shades of Limerick #8AB73F
Tints of Limerick #8AB73F
RGB
CMYK
RGB Variations
Color information
#8AB73F (or 0x8AB73F) is known color: Limerick. HEX triplet: 8A, B7 and 3F. RGB value is (138,183,63). Sum of RGB (Red+Green+Blue) = 138+183+63=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 183 (71.88% from 255 or 47.66% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB73F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB73F is #7548C0. Grayscale: #9C9C9C. Windows color (decimal): -7686337 or 4175754. OLE color: 4175754.
HSL color Cylindrical-coordinate representation of color #8AB73F: hue angle of 82.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8AB73F is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 183 | 63 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.28 |
| HSL | 82.5º | 0.49% | 0.48% | - |
| HSV(B) | 82.5º | 0.66% | 0.72% | - |
| XYZ | 28.31 | 39.63 | 10.86 | - |
| YUV | 155.87 | 75.59 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 183 | 63 | 0.25 | 0 | 0.66 | 0.28 | 82.5 | 0.49 | 0.48 |
| Hex | 8A | B7 | 3F | 19 | 0 | 42 | 1C | 52 | 31 | 30 |
| Octal | 212 | 267 | 77 | 31 | 0 | 102 | 34 | 122 | 61 | 60 |
| Binary | 10001010 | 10110111 | 111111 | 11001 | 0 | 1000010 | 11100 | 1010010 | 110001 | 110000 |
Color Harmonies of #8AB73F
Complementary color
Monochromatic Colors of #8AB73F
Black with #8AB73F
Text Example
Text Example
White with #8AB73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB73F; }
p { color: rgb(138,183,63); }
H1.HeaderClassName
{
color: #8AB73F;
}
.AnyTagClassName
{
color: #8AB73F;
}
</style>
background-color css
<style>
a { background-color: #8AB73F; }
a { background-color: rgb(138,183,63); }
div.DivClassName
{
background-color: #8AB73F;
}
.BgClassName
{
background-color: #8AB73F;
}
</style>
border-color css
<style>
span { border-color: #8AB73F; }
span { border-color: rgb(138,183,63); }
td.TdClassName
{
border-color: #8AB73F;
}
.TagClassName
{
border-color: #8AB73F;
}
</style>