Shades of Limerick #8AAE3E
Tints of Limerick #8AAE3E
RGB
CMYK
RGB Variations
Color information
#8AAE3E (or 0x8AAE3E) is known color: Limerick. HEX triplet: 8A, AE and 3E. RGB value is (138,174,62). Sum of RGB (Red+Green+Blue) = 138+174+62=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 174 (68.36% from 255 or 46.52% from 374); Blue value is 62 (24.61% from 255 or 16.58% from 374); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAE3E is #7551C1. Grayscale: #969696. Windows color (decimal): -7688642 or 4107914. OLE color: 4107914.
HSL color Cylindrical-coordinate representation of color #8AAE3E: hue angle of 79.29º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8AAE3E is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 174 | 62 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.32 |
| HSL | 79.29º | 0.47% | 0.46% | - |
| HSV(B) | 79.29º | 0.64% | 0.68% | - |
| XYZ | 26.49 | 36.02 | 10.11 | - |
| YUV | 150.47 | 78.07 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 174 | 62 | 0.21 | 0 | 0.64 | 0.32 | 79.29 | 0.47 | 0.46 |
| Hex | 8A | AE | 3E | 15 | 0 | 40 | 20 | 4F | 2F | 2E |
| Octal | 212 | 256 | 76 | 25 | 0 | 100 | 40 | 117 | 57 | 56 |
| Binary | 10001010 | 10101110 | 111110 | 10101 | 0 | 1000000 | 100000 | 1001111 | 101111 | 101110 |
Color Harmonies of #8AAE3E
Complementary color
Monochromatic Colors of #8AAE3E
Black with #8AAE3E
Text Example
Text Example
White with #8AAE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAE3E; }
p { color: rgb(138,174,62); }
H1.HeaderClassName
{
color: #8AAE3E;
}
.AnyTagClassName
{
color: #8AAE3E;
}
</style>
background-color css
<style>
a { background-color: #8AAE3E; }
a { background-color: rgb(138,174,62); }
div.DivClassName
{
background-color: #8AAE3E;
}
.BgClassName
{
background-color: #8AAE3E;
}
</style>
border-color css
<style>
span { border-color: #8AAE3E; }
span { border-color: rgb(138,174,62); }
td.TdClassName
{
border-color: #8AAE3E;
}
.TagClassName
{
border-color: #8AAE3E;
}
</style>