Shades of Limerick #8AAE27
Tints of Limerick #8AAE27
RGB
CMYK
RGB Variations
Color information
#8AAE27 (or 0x8AAE27) is known color: Limerick. HEX triplet: 8A, AE and 27. RGB value is (138,174,39). Sum of RGB (Red+Green+Blue) = 138+174+39=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 174 (68.36% from 255 or 49.57% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAE27 is #7551D8. Grayscale: #949494. Windows color (decimal): -7688665 or 2600586. OLE color: 2600586.
HSL color Cylindrical-coordinate representation of color #8AAE27: hue angle of 76º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8AAE27 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 174 | 39 | - |
| CMYK | 0.21 | 0 | 0.78 | 0.32 |
| HSL | 76º | 0.63% | 0.42% | - |
| HSV(B) | 76º | 0.78% | 0.68% | - |
| XYZ | 25.98 | 35.82 | 7.46 | - |
| YUV | 147.85 | 66.57 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 174 | 39 | 0.21 | 0 | 0.78 | 0.32 | 76 | 0.63 | 0.42 |
| Hex | 8A | AE | 27 | 15 | 0 | 4E | 20 | 4C | 3F | 2A |
| Octal | 212 | 256 | 47 | 25 | 0 | 116 | 40 | 114 | 77 | 52 |
| Binary | 10001010 | 10101110 | 100111 | 10101 | 0 | 1001110 | 100000 | 1001100 | 111111 | 101010 |
Color Harmonies of #8AAE27
Complementary color
Monochromatic Colors of #8AAE27
Black with #8AAE27
Text Example
Text Example
White with #8AAE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAE27; }
p { color: rgb(138,174,39); }
H1.HeaderClassName
{
color: #8AAE27;
}
.AnyTagClassName
{
color: #8AAE27;
}
</style>
background-color css
<style>
a { background-color: #8AAE27; }
a { background-color: rgb(138,174,39); }
div.DivClassName
{
background-color: #8AAE27;
}
.BgClassName
{
background-color: #8AAE27;
}
</style>
border-color css
<style>
span { border-color: #8AAE27; }
span { border-color: rgb(138,174,39); }
td.TdClassName
{
border-color: #8AAE27;
}
.TagClassName
{
border-color: #8AAE27;
}
</style>