Shades of Limerick #8AAE31
Tints of Limerick #8AAE31
RGB
CMYK
RGB Variations
Color information
#8AAE31 (or 0x8AAE31) is known color: Limerick. HEX triplet: 8A, AE and 31. RGB value is (138,174,49). Sum of RGB (Red+Green+Blue) = 138+174+49=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 174 (68.36% from 255 or 48.20% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAE31 is #7551CE. Grayscale: #959595. Windows color (decimal): -7688655 or 3255946. OLE color: 3255946.
HSL color Cylindrical-coordinate representation of color #8AAE31: hue angle of 77.28º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8AAE31 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 174 | 49 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.32 |
| HSL | 77.28º | 0.56% | 0.44% | - |
| HSV(B) | 77.28º | 0.72% | 0.68% | - |
| XYZ | 26.17 | 35.9 | 8.46 | - |
| YUV | 148.99 | 71.57 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 174 | 49 | 0.21 | 0 | 0.72 | 0.32 | 77.28 | 0.56 | 0.44 |
| Hex | 8A | AE | 31 | 15 | 0 | 48 | 20 | 4D | 38 | 2C |
| Octal | 212 | 256 | 61 | 25 | 0 | 110 | 40 | 115 | 70 | 54 |
| Binary | 10001010 | 10101110 | 110001 | 10101 | 0 | 1001000 | 100000 | 1001101 | 111000 | 101100 |
Color Harmonies of #8AAE31
Complementary color
Monochromatic Colors of #8AAE31
Black with #8AAE31
Text Example
Text Example
White with #8AAE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAE31; }
p { color: rgb(138,174,49); }
H1.HeaderClassName
{
color: #8AAE31;
}
.AnyTagClassName
{
color: #8AAE31;
}
</style>
background-color css
<style>
a { background-color: #8AAE31; }
a { background-color: rgb(138,174,49); }
div.DivClassName
{
background-color: #8AAE31;
}
.BgClassName
{
background-color: #8AAE31;
}
</style>
border-color css
<style>
span { border-color: #8AAE31; }
span { border-color: rgb(138,174,49); }
td.TdClassName
{
border-color: #8AAE31;
}
.TagClassName
{
border-color: #8AAE31;
}
</style>