Shades of Limerick #8AAE26
Tints of Limerick #8AAE26
RGB
CMYK
RGB Variations
Color information
#8AAE26 (or 0x8AAE26) is known color: Limerick. HEX triplet: 8A, AE and 26. RGB value is (138,174,38). Sum of RGB (Red+Green+Blue) = 138+174+38=350 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.43% from 350); Green value is 174 (68.36% from 255 or 49.71% from 350); Blue value is 38 (15.23% from 255 or 10.86% from 350); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAE26 is #7551D9. Grayscale: #949494. Windows color (decimal): -7688666 or 2535050. OLE color: 2535050.
HSL color Cylindrical-coordinate representation of color #8AAE26: hue angle of 75.88º degrees, saturation: 0.64, 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 #8AAE26 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 174 | 38 | - |
| CMYK | 0.21 | 0 | 0.78 | 0.32 |
| HSL | 75.88º | 0.64% | 0.42% | - |
| HSV(B) | 75.88º | 0.78% | 0.68% | - |
| XYZ | 25.97 | 35.82 | 7.38 | - |
| YUV | 147.73 | 66.07 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 174 | 38 | 0.21 | 0 | 0.78 | 0.32 | 75.88 | 0.64 | 0.42 |
| Hex | 8A | AE | 26 | 15 | 0 | 4E | 20 | 4C | 40 | 2A |
| Octal | 212 | 256 | 46 | 25 | 0 | 116 | 40 | 114 | 100 | 52 |
| Binary | 10001010 | 10101110 | 100110 | 10101 | 0 | 1001110 | 100000 | 1001100 | 1000000 | 101010 |
Color Harmonies of #8AAE26
Complementary color
Monochromatic Colors of #8AAE26
Black with #8AAE26
Text Example
Text Example
White with #8AAE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAE26; }
p { color: rgb(138,174,38); }
H1.HeaderClassName
{
color: #8AAE26;
}
.AnyTagClassName
{
color: #8AAE26;
}
</style>
background-color css
<style>
a { background-color: #8AAE26; }
a { background-color: rgb(138,174,38); }
div.DivClassName
{
background-color: #8AAE26;
}
.BgClassName
{
background-color: #8AAE26;
}
</style>
border-color css
<style>
span { border-color: #8AAE26; }
span { border-color: rgb(138,174,38); }
td.TdClassName
{
border-color: #8AAE26;
}
.TagClassName
{
border-color: #8AAE26;
}
</style>