Shades of Limerick #8AB13D
Tints of Limerick #8AB13D
RGB
CMYK
RGB Variations
Color information
#8AB13D (or 0x8AB13D) is known color: Limerick. HEX triplet: 8A, B1 and 3D. RGB value is (138,177,61). Sum of RGB (Red+Green+Blue) = 138+177+61=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 177 (69.53% from 255 or 47.07% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB13D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AB13D is #754EC2. Grayscale: #989898. Windows color (decimal): -7687875 or 4043146. OLE color: 4043146.
HSL color Cylindrical-coordinate representation of color #8AB13D: hue angle of 80.17º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8AB13D is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 177 | 61 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.31 |
| HSL | 80.17º | 0.49% | 0.47% | - |
| HSV(B) | 80.17º | 0.66% | 0.69% | - |
| XYZ | 27.05 | 37.18 | 10.17 | - |
| YUV | 152.12 | 76.58 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 177 | 61 | 0.22 | 0 | 0.66 | 0.31 | 80.17 | 0.49 | 0.47 |
| Hex | 8A | B1 | 3D | 16 | 0 | 42 | 1F | 50 | 31 | 2F |
| Octal | 212 | 261 | 75 | 26 | 0 | 102 | 37 | 120 | 61 | 57 |
| Binary | 10001010 | 10110001 | 111101 | 10110 | 0 | 1000010 | 11111 | 1010000 | 110001 | 101111 |
Color Harmonies of #8AB13D
Complementary color
Monochromatic Colors of #8AB13D
Black with #8AB13D
Text Example
Text Example
White with #8AB13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB13D; }
p { color: rgb(138,177,61); }
H1.HeaderClassName
{
color: #8AB13D;
}
.AnyTagClassName
{
color: #8AB13D;
}
</style>
background-color css
<style>
a { background-color: #8AB13D; }
a { background-color: rgb(138,177,61); }
div.DivClassName
{
background-color: #8AB13D;
}
.BgClassName
{
background-color: #8AB13D;
}
</style>
border-color css
<style>
span { border-color: #8AB13D; }
span { border-color: rgb(138,177,61); }
td.TdClassName
{
border-color: #8AB13D;
}
.TagClassName
{
border-color: #8AB13D;
}
</style>