Shades of Limerick #8AB42F
Tints of Limerick #8AB42F
RGB
CMYK
RGB Variations
Color information
#8AB42F (or 0x8AB42F) is known color: Limerick. HEX triplet: 8A, B4 and 2F. RGB value is (138,180,47). Sum of RGB (Red+Green+Blue) = 138+180+47=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 180 (70.70% from 255 or 49.32% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB42F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB42F is #754BD0. Grayscale: #989898. Windows color (decimal): -7687121 or 3126410. OLE color: 3126410.
HSL color Cylindrical-coordinate representation of color #8AB42F: hue angle of 78.95º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8AB42F is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 180 | 47 | - |
| CMYK | 0.23 | 0 | 0.74 | 0.29 |
| HSL | 78.95º | 0.59% | 0.45% | - |
| HSV(B) | 78.95º | 0.74% | 0.71% | - |
| XYZ | 27.32 | 38.25 | 8.63 | - |
| YUV | 152.28 | 68.59 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 180 | 47 | 0.23 | 0 | 0.74 | 0.29 | 78.95 | 0.59 | 0.45 |
| Hex | 8A | B4 | 2F | 17 | 0 | 4A | 1D | 4F | 3B | 2D |
| Octal | 212 | 264 | 57 | 27 | 0 | 112 | 35 | 117 | 73 | 55 |
| Binary | 10001010 | 10110100 | 101111 | 10111 | 0 | 1001010 | 11101 | 1001111 | 111011 | 101101 |
Color Harmonies of #8AB42F
Complementary color
Monochromatic Colors of #8AB42F
Black with #8AB42F
Text Example
Text Example
White with #8AB42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB42F; }
p { color: rgb(138,180,47); }
H1.HeaderClassName
{
color: #8AB42F;
}
.AnyTagClassName
{
color: #8AB42F;
}
</style>
background-color css
<style>
a { background-color: #8AB42F; }
a { background-color: rgb(138,180,47); }
div.DivClassName
{
background-color: #8AB42F;
}
.BgClassName
{
background-color: #8AB42F;
}
</style>
border-color css
<style>
span { border-color: #8AB42F; }
span { border-color: rgb(138,180,47); }
td.TdClassName
{
border-color: #8AB42F;
}
.TagClassName
{
border-color: #8AB42F;
}
</style>