Shades of Limerick #8AB63F
Tints of Limerick #8AB63F
RGB
CMYK
RGB Variations
Color information
#8AB63F (or 0x8AB63F) is known color: Limerick. HEX triplet: 8A, B6 and 3F. RGB value is (138,182,63). Sum of RGB (Red+Green+Blue) = 138+182+63=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 182 (71.48% from 255 or 47.52% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB63F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB63F is #7549C0. Grayscale: #9B9B9B. Windows color (decimal): -7686593 or 4175498. OLE color: 4175498.
HSL color Cylindrical-coordinate representation of color #8AB63F: hue angle of 82.18º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8AB63F is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 182 | 63 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.29 |
| HSL | 82.18º | 0.49% | 0.48% | - |
| HSV(B) | 82.18º | 0.65% | 0.71% | - |
| XYZ | 28.11 | 39.22 | 10.79 | - |
| YUV | 155.28 | 75.92 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 182 | 63 | 0.24 | 0 | 0.65 | 0.29 | 82.18 | 0.49 | 0.48 |
| Hex | 8A | B6 | 3F | 18 | 0 | 41 | 1D | 52 | 31 | 30 |
| Octal | 212 | 266 | 77 | 30 | 0 | 101 | 35 | 122 | 61 | 60 |
| Binary | 10001010 | 10110110 | 111111 | 11000 | 0 | 1000001 | 11101 | 1010010 | 110001 | 110000 |
Color Harmonies of #8AB63F
Complementary color
Monochromatic Colors of #8AB63F
Black with #8AB63F
Text Example
Text Example
White with #8AB63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB63F; }
p { color: rgb(138,182,63); }
H1.HeaderClassName
{
color: #8AB63F;
}
.AnyTagClassName
{
color: #8AB63F;
}
</style>
background-color css
<style>
a { background-color: #8AB63F; }
a { background-color: rgb(138,182,63); }
div.DivClassName
{
background-color: #8AB63F;
}
.BgClassName
{
background-color: #8AB63F;
}
</style>
border-color css
<style>
span { border-color: #8AB63F; }
span { border-color: rgb(138,182,63); }
td.TdClassName
{
border-color: #8AB63F;
}
.TagClassName
{
border-color: #8AB63F;
}
</style>