Shades of Limerick #8AAA38
Tints of Limerick #8AAA38
RGB
CMYK
RGB Variations
Color information
#8AAA38 (or 0x8AAA38) is known color: Limerick. HEX triplet: 8A, AA and 38. RGB value is (138,170,56). Sum of RGB (Red+Green+Blue) = 138+170+56=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 56 (22.27% from 255 or 15.38% from 364); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAA38 is #7555C7. Grayscale: #939393. Windows color (decimal): -7689672 or 3713674. OLE color: 3713674.
HSL color Cylindrical-coordinate representation of color #8AAA38: hue angle of 76.84º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8AAA38 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 170 | 56 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.33 |
| HSL | 76.84º | 0.5% | 0.44% | - |
| HSV(B) | 76.84º | 0.67% | 0.67% | - |
| XYZ | 25.57 | 34.44 | 9.04 | - |
| YUV | 147.44 | 76.4 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 56 | 0.19 | 0 | 0.67 | 0.33 | 76.84 | 0.5 | 0.44 |
| Hex | 8A | AA | 38 | 13 | 0 | 43 | 21 | 4D | 32 | 2C |
| Octal | 212 | 252 | 70 | 23 | 0 | 103 | 41 | 115 | 62 | 54 |
| Binary | 10001010 | 10101010 | 111000 | 10011 | 0 | 1000011 | 100001 | 1001101 | 110010 | 101100 |
Color Harmonies of #8AAA38
Complementary color
Monochromatic Colors of #8AAA38
Black with #8AAA38
Text Example
Text Example
White with #8AAA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAA38; }
p { color: rgb(138,170,56); }
H1.HeaderClassName
{
color: #8AAA38;
}
.AnyTagClassName
{
color: #8AAA38;
}
</style>
background-color css
<style>
a { background-color: #8AAA38; }
a { background-color: rgb(138,170,56); }
div.DivClassName
{
background-color: #8AAA38;
}
.BgClassName
{
background-color: #8AAA38;
}
</style>
border-color css
<style>
span { border-color: #8AAA38; }
span { border-color: rgb(138,170,56); }
td.TdClassName
{
border-color: #8AAA38;
}
.TagClassName
{
border-color: #8AAA38;
}
</style>