Shades of Limerick #8AAF20
Tints of Limerick #8AAF20
RGB
CMYK
RGB Variations
Color information
#8AAF20 (or 0x8AAF20) is known color: Limerick. HEX triplet: 8A, AF and 20. RGB value is (138,175,32). Sum of RGB (Red+Green+Blue) = 138+175+32=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAF20 is #7550DF. Grayscale: #949494. Windows color (decimal): -7688416 or 2142090. OLE color: 2142090.
HSL color Cylindrical-coordinate representation of color #8AAF20: hue angle of 75.52º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8AAF20 is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 175 | 32 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.31 |
| HSL | 75.52º | 0.69% | 0.41% | - |
| HSV(B) | 75.52º | 0.82% | 0.69% | - |
| XYZ | 26.07 | 36.17 | 6.97 | - |
| YUV | 147.64 | 62.74 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 175 | 32 | 0.21 | 0 | 0.82 | 0.31 | 75.52 | 0.69 | 0.41 |
| Hex | 8A | AF | 20 | 15 | 0 | 52 | 1F | 4C | 45 | 29 |
| Octal | 212 | 257 | 40 | 25 | 0 | 122 | 37 | 114 | 105 | 51 |
| Binary | 10001010 | 10101111 | 100000 | 10101 | 0 | 1010010 | 11111 | 1001100 | 1000101 | 101001 |
Color Harmonies of #8AAF20
Complementary color
Monochromatic Colors of #8AAF20
Black with #8AAF20
Text Example
Text Example
White with #8AAF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAF20; }
p { color: rgb(138,175,32); }
H1.HeaderClassName
{
color: #8AAF20;
}
.AnyTagClassName
{
color: #8AAF20;
}
</style>
background-color css
<style>
a { background-color: #8AAF20; }
a { background-color: rgb(138,175,32); }
div.DivClassName
{
background-color: #8AAF20;
}
.BgClassName
{
background-color: #8AAF20;
}
</style>
border-color css
<style>
span { border-color: #8AAF20; }
span { border-color: rgb(138,175,32); }
td.TdClassName
{
border-color: #8AAF20;
}
.TagClassName
{
border-color: #8AAF20;
}
</style>