Shades of Limerick #8AAA35
Tints of Limerick #8AAA35
RGB
CMYK
RGB Variations
Color information
#8AAA35 (or 0x8AAA35) is known color: Limerick. HEX triplet: 8A, AA and 35. RGB value is (138,170,53). Sum of RGB (Red+Green+Blue) = 138+170+53=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 53 (21.09% from 255 or 14.68% from 361); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAA35 is #7555CA. Grayscale: #939393. Windows color (decimal): -7689675 or 3517066. OLE color: 3517066.
HSL color Cylindrical-coordinate representation of color #8AAA35: hue angle of 76.41º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8AAA35 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 170 | 53 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.33 |
| HSL | 76.41º | 0.52% | 0.44% | - |
| HSV(B) | 76.41º | 0.69% | 0.67% | - |
| XYZ | 25.5 | 34.41 | 8.67 | - |
| YUV | 147.09 | 74.9 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 53 | 0.19 | 0 | 0.69 | 0.33 | 76.41 | 0.52 | 0.44 |
| Hex | 8A | AA | 35 | 13 | 0 | 45 | 21 | 4C | 34 | 2C |
| Octal | 212 | 252 | 65 | 23 | 0 | 105 | 41 | 114 | 64 | 54 |
| Binary | 10001010 | 10101010 | 110101 | 10011 | 0 | 1000101 | 100001 | 1001100 | 110100 | 101100 |
Color Harmonies of #8AAA35
Complementary color
Monochromatic Colors of #8AAA35
Black with #8AAA35
Text Example
Text Example
White with #8AAA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAA35; }
p { color: rgb(138,170,53); }
H1.HeaderClassName
{
color: #8AAA35;
}
.AnyTagClassName
{
color: #8AAA35;
}
</style>
background-color css
<style>
a { background-color: #8AAA35; }
a { background-color: rgb(138,170,53); }
div.DivClassName
{
background-color: #8AAA35;
}
.BgClassName
{
background-color: #8AAA35;
}
</style>
border-color css
<style>
span { border-color: #8AAA35; }
span { border-color: rgb(138,170,53); }
td.TdClassName
{
border-color: #8AAA35;
}
.TagClassName
{
border-color: #8AAA35;
}
</style>