Shades of Limerick #8AAF41
Tints of Limerick #8AAF41
RGB
CMYK
RGB Variations
Color information
#8AAF41 (or 0x8AAF41) is known color: Limerick. HEX triplet: 8A, AF and 41. RGB value is (138,175,65). Sum of RGB (Red+Green+Blue) = 138+175+65=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAF41 is #7550BE. Grayscale: #979797. Windows color (decimal): -7688383 or 4304778. OLE color: 4304778.
HSL color Cylindrical-coordinate representation of color #8AAF41: hue angle of 80.18º 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 #8AAF41 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 175 | 65 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.31 |
| HSL | 80.18º | 0.46% | 0.47% | - |
| HSV(B) | 80.18º | 0.63% | 0.69% | - |
| XYZ | 26.77 | 36.44 | 10.62 | - |
| YUV | 151.4 | 79.24 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 175 | 65 | 0.21 | 0 | 0.63 | 0.31 | 80.18 | 0.46 | 0.47 |
| Hex | 8A | AF | 41 | 15 | 0 | 3F | 1F | 50 | 2E | 2F |
| Octal | 212 | 257 | 101 | 25 | 0 | 77 | 37 | 120 | 56 | 57 |
| Binary | 10001010 | 10101111 | 1000001 | 10101 | 0 | 111111 | 11111 | 1010000 | 101110 | 101111 |
Color Harmonies of #8AAF41
Complementary color
Monochromatic Colors of #8AAF41
Black with #8AAF41
Text Example
Text Example
White with #8AAF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAF41; }
p { color: rgb(138,175,65); }
H1.HeaderClassName
{
color: #8AAF41;
}
.AnyTagClassName
{
color: #8AAF41;
}
</style>
background-color css
<style>
a { background-color: #8AAF41; }
a { background-color: rgb(138,175,65); }
div.DivClassName
{
background-color: #8AAF41;
}
.BgClassName
{
background-color: #8AAF41;
}
</style>
border-color css
<style>
span { border-color: #8AAF41; }
span { border-color: rgb(138,175,65); }
td.TdClassName
{
border-color: #8AAF41;
}
.TagClassName
{
border-color: #8AAF41;
}
</style>