Shades of Limerick #8AAB20
Tints of Limerick #8AAB20
RGB
CMYK
RGB Variations
Color information
#8AAB20 (or 0x8AAB20) is known color: Limerick. HEX triplet: 8A, AB and 20. RGB value is (138,171,32). Sum of RGB (Red+Green+Blue) = 138+171+32=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #8AAB20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAB20 is #7554DF. Grayscale: #919191. Windows color (decimal): -7689440 or 2141066. OLE color: 2141066.
HSL color Cylindrical-coordinate representation of color #8AAB20: hue angle of 74.24º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8AAB20 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 171 | 32 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.33 |
| HSL | 74.24º | 0.68% | 0.4% | - |
| HSV(B) | 74.24º | 0.81% | 0.67% | - |
| XYZ | 25.3 | 34.63 | 6.72 | - |
| YUV | 145.29 | 64.07 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 171 | 32 | 0.19 | 0 | 0.81 | 0.33 | 74.24 | 0.68 | 0.4 |
| Hex | 8A | AB | 20 | 13 | 0 | 51 | 21 | 4A | 44 | 28 |
| Octal | 212 | 253 | 40 | 23 | 0 | 121 | 41 | 112 | 104 | 50 |
| Binary | 10001010 | 10101011 | 100000 | 10011 | 0 | 1010001 | 100001 | 1001010 | 1000100 | 101000 |
Color Harmonies of #8AAB20
Complementary color
Monochromatic Colors of #8AAB20
Black with #8AAB20
Text Example
Text Example
White with #8AAB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAB20; }
p { color: rgb(138,171,32); }
H1.HeaderClassName
{
color: #8AAB20;
}
.AnyTagClassName
{
color: #8AAB20;
}
</style>
background-color css
<style>
a { background-color: #8AAB20; }
a { background-color: rgb(138,171,32); }
div.DivClassName
{
background-color: #8AAB20;
}
.BgClassName
{
background-color: #8AAB20;
}
</style>
border-color css
<style>
span { border-color: #8AAB20; }
span { border-color: rgb(138,171,32); }
td.TdClassName
{
border-color: #8AAB20;
}
.TagClassName
{
border-color: #8AAB20;
}
</style>