Shades of Limerick #8CBE1A
Tints of Limerick #8CBE1A
RGB
CMYK
RGB Variations
Color information
#8CBE1A (or 0x8CBE1A) is known color: Limerick. HEX triplet: 8C, BE and 1A. RGB value is (140,190,26). Sum of RGB (Red+Green+Blue) = 140+190+26=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 190 (74.61% from 255 or 53.37% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 190 - color contains mainly: green. Hex color #8CBE1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBE1A is #7341E5. Grayscale: #9C9C9C. Windows color (decimal): -7553510 or 1752716. OLE color: 1752716.
HSL color Cylindrical-coordinate representation of color #8CBE1A: hue angle of 78.29º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8CBE1A is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 190 | 26 | - |
| CMYK | 0.26 | 0 | 0.86 | 0.25 |
| HSL | 78.29º | 0.76% | 0.42% | - |
| HSV(B) | 78.29º | 0.86% | 0.75% | - |
| XYZ | 29.42 | 42.48 | 7.63 | - |
| YUV | 156.35 | 54.44 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 190 | 26 | 0.26 | 0 | 0.86 | 0.25 | 78.29 | 0.76 | 0.42 |
| Hex | 8C | BE | 1A | 1A | 0 | 56 | 19 | 4E | 4C | 2A |
| Octal | 214 | 276 | 32 | 32 | 0 | 126 | 31 | 116 | 114 | 52 |
| Binary | 10001100 | 10111110 | 11010 | 11010 | 0 | 1010110 | 11001 | 1001110 | 1001100 | 101010 |
Color Harmonies of #8CBE1A
Complementary color
Monochromatic Colors of #8CBE1A
Black with #8CBE1A
Text Example
Text Example
White with #8CBE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBE1A; }
p { color: rgb(140,190,26); }
H1.HeaderClassName
{
color: #8CBE1A;
}
.AnyTagClassName
{
color: #8CBE1A;
}
</style>
background-color css
<style>
a { background-color: #8CBE1A; }
a { background-color: rgb(140,190,26); }
div.DivClassName
{
background-color: #8CBE1A;
}
.BgClassName
{
background-color: #8CBE1A;
}
</style>
border-color css
<style>
span { border-color: #8CBE1A; }
span { border-color: rgb(140,190,26); }
td.TdClassName
{
border-color: #8CBE1A;
}
.TagClassName
{
border-color: #8CBE1A;
}
</style>