Shades of Limerick #8CAA30
Tints of Limerick #8CAA30
RGB
CMYK
RGB Variations
Color information
#8CAA30 (or 0x8CAA30) is known color: Limerick. HEX triplet: 8C, AA and 30. RGB value is (140,170,48). Sum of RGB (Red+Green+Blue) = 140+170+48=358 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.11% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAA30 is #7355CF. Grayscale: #939393. Windows color (decimal): -7558608 or 3189388. OLE color: 3189388.
HSL color Cylindrical-coordinate representation of color #8CAA30: hue angle of 74.75º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8CAA30 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 48 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.33 |
| HSL | 74.75º | 0.56% | 0.43% | - |
| HSV(B) | 74.75º | 0.72% | 0.67% | - |
| XYZ | 25.72 | 34.54 | 8.11 | - |
| YUV | 147.12 | 72.06 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 48 | 0.18 | 0 | 0.72 | 0.33 | 74.75 | 0.56 | 0.43 |
| Hex | 8C | AA | 30 | 12 | 0 | 48 | 21 | 4B | 38 | 2B |
| Octal | 214 | 252 | 60 | 22 | 0 | 110 | 41 | 113 | 70 | 53 |
| Binary | 10001100 | 10101010 | 110000 | 10010 | 0 | 1001000 | 100001 | 1001011 | 111000 | 101011 |
Color Harmonies of #8CAA30
Complementary color
Monochromatic Colors of #8CAA30
Black with #8CAA30
Text Example
Text Example
White with #8CAA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA30; }
p { color: rgb(140,170,48); }
H1.HeaderClassName
{
color: #8CAA30;
}
.AnyTagClassName
{
color: #8CAA30;
}
</style>
background-color css
<style>
a { background-color: #8CAA30; }
a { background-color: rgb(140,170,48); }
div.DivClassName
{
background-color: #8CAA30;
}
.BgClassName
{
background-color: #8CAA30;
}
</style>
border-color css
<style>
span { border-color: #8CAA30; }
span { border-color: rgb(140,170,48); }
td.TdClassName
{
border-color: #8CAA30;
}
.TagClassName
{
border-color: #8CAA30;
}
</style>