Shades of Limerick #8CAB10
Tints of Limerick #8CAB10
RGB
CMYK
RGB Variations
Color information
#8CAB10 (or 0x8CAB10) is known color: Limerick. HEX triplet: 8C, AB and 10. RGB value is (140,171,16). Sum of RGB (Red+Green+Blue) = 140+171+16=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 171 (67.19% from 255 or 52.29% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAB10 is #7354EF. Grayscale: #909090. Windows color (decimal): -7558384 or 1092492. OLE color: 1092492.
HSL color Cylindrical-coordinate representation of color #8CAB10: hue angle of 72º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8CAB10 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 171 | 16 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.33 |
| HSL | 72º | 0.83% | 0.37% | - |
| HSV(B) | 72º | 0.91% | 0.67% | - |
| XYZ | 25.47 | 34.74 | 5.85 | - |
| YUV | 144.06 | 55.73 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 171 | 16 | 0.18 | 0 | 0.91 | 0.33 | 72 | 0.83 | 0.37 |
| Hex | 8C | AB | 10 | 12 | 0 | 5B | 21 | 48 | 53 | 25 |
| Octal | 214 | 253 | 20 | 22 | 0 | 133 | 41 | 110 | 123 | 45 |
| Binary | 10001100 | 10101011 | 10000 | 10010 | 0 | 1011011 | 100001 | 1001000 | 1010011 | 100101 |
Color Harmonies of #8CAB10
Complementary color
Monochromatic Colors of #8CAB10
Black with #8CAB10
Text Example
Text Example
White with #8CAB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAB10; }
p { color: rgb(140,171,16); }
H1.HeaderClassName
{
color: #8CAB10;
}
.AnyTagClassName
{
color: #8CAB10;
}
</style>
background-color css
<style>
a { background-color: #8CAB10; }
a { background-color: rgb(140,171,16); }
div.DivClassName
{
background-color: #8CAB10;
}
.BgClassName
{
background-color: #8CAB10;
}
</style>
border-color css
<style>
span { border-color: #8CAB10; }
span { border-color: rgb(140,171,16); }
td.TdClassName
{
border-color: #8CAB10;
}
.TagClassName
{
border-color: #8CAB10;
}
</style>