Shades of Limerick #8AB83E
Tints of Limerick #8AB83E
RGB
CMYK
RGB Variations
Color information
#8AB83E (or 0x8AB83E) is known color: Limerick. HEX triplet: 8A, B8 and 3E. RGB value is (138,184,62). Sum of RGB (Red+Green+Blue) = 138+184+62=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 184 (72.27% from 255 or 47.92% from 384); Blue value is 62 (24.61% from 255 or 16.15% from 384); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB83E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB83E is #7547C1. Grayscale: #9C9C9C. Windows color (decimal): -7686082 or 4110474. OLE color: 4110474.
HSL color Cylindrical-coordinate representation of color #8AB83E: hue angle of 82.62º degrees, saturation: 0.5, 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 #8AB83E is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 184 | 62 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.28 |
| HSL | 82.62º | 0.5% | 0.48% | - |
| HSV(B) | 82.62º | 0.66% | 0.72% | - |
| XYZ | 28.49 | 40.03 | 10.78 | - |
| YUV | 156.34 | 74.76 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 184 | 62 | 0.25 | 0 | 0.66 | 0.28 | 82.62 | 0.5 | 0.48 |
| Hex | 8A | B8 | 3E | 19 | 0 | 42 | 1C | 53 | 32 | 30 |
| Octal | 212 | 270 | 76 | 31 | 0 | 102 | 34 | 123 | 62 | 60 |
| Binary | 10001010 | 10111000 | 111110 | 11001 | 0 | 1000010 | 11100 | 1010011 | 110010 | 110000 |
Color Harmonies of #8AB83E
Complementary color
Monochromatic Colors of #8AB83E
Black with #8AB83E
Text Example
Text Example
White with #8AB83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB83E; }
p { color: rgb(138,184,62); }
H1.HeaderClassName
{
color: #8AB83E;
}
.AnyTagClassName
{
color: #8AB83E;
}
</style>
background-color css
<style>
a { background-color: #8AB83E; }
a { background-color: rgb(138,184,62); }
div.DivClassName
{
background-color: #8AB83E;
}
.BgClassName
{
background-color: #8AB83E;
}
</style>
border-color css
<style>
span { border-color: #8AB83E; }
span { border-color: rgb(138,184,62); }
td.TdClassName
{
border-color: #8AB83E;
}
.TagClassName
{
border-color: #8AB83E;
}
</style>