Shades of Limerick #8AAF40
Tints of Limerick #8AAF40
RGB
CMYK
RGB Variations
Color information
#8AAF40 (or 0x8AAF40) is known color: Limerick. HEX triplet: 8A, AF and 40. RGB value is (138,175,64). Sum of RGB (Red+Green+Blue) = 138+175+64=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAF40 is #7550BF. Grayscale: #979797. Windows color (decimal): -7688384 or 4239242. OLE color: 4239242.
HSL color Cylindrical-coordinate representation of color #8AAF40: hue angle of 80º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8AAF40 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 175 | 64 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.31 |
| HSL | 80º | 0.46% | 0.47% | - |
| HSV(B) | 80º | 0.63% | 0.69% | - |
| XYZ | 26.74 | 36.43 | 10.47 | - |
| YUV | 151.28 | 78.74 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 175 | 64 | 0.21 | 0 | 0.63 | 0.31 | 80 | 0.46 | 0.47 |
| Hex | 8A | AF | 40 | 15 | 0 | 3F | 1F | 50 | 2E | 2F |
| Octal | 212 | 257 | 100 | 25 | 0 | 77 | 37 | 120 | 56 | 57 |
| Binary | 10001010 | 10101111 | 1000000 | 10101 | 0 | 111111 | 11111 | 1010000 | 101110 | 101111 |
Color Harmonies of #8AAF40
Complementary color
Monochromatic Colors of #8AAF40
Black with #8AAF40
Text Example
Text Example
White with #8AAF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAF40; }
p { color: rgb(138,175,64); }
H1.HeaderClassName
{
color: #8AAF40;
}
.AnyTagClassName
{
color: #8AAF40;
}
</style>
background-color css
<style>
a { background-color: #8AAF40; }
a { background-color: rgb(138,175,64); }
div.DivClassName
{
background-color: #8AAF40;
}
.BgClassName
{
background-color: #8AAF40;
}
</style>
border-color css
<style>
span { border-color: #8AAF40; }
span { border-color: rgb(138,175,64); }
td.TdClassName
{
border-color: #8AAF40;
}
.TagClassName
{
border-color: #8AAF40;
}
</style>