Shades of Limerick #8CAF16
Tints of Limerick #8CAF16
RGB
CMYK
RGB Variations
Color information
#8CAF16 (or 0x8CAF16) is known color: Limerick. HEX triplet: 8C, AF and 16. RGB value is (140,175,22). Sum of RGB (Red+Green+Blue) = 140+175+22=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAF16 is #7350E9. Grayscale: #939393. Windows color (decimal): -7557354 or 1486732. OLE color: 1486732.
HSL color Cylindrical-coordinate representation of color #8CAF16: hue angle of 73.73º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8CAF16 is Cyan = 0.2, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 175 | 22 | - |
| CMYK | 0.2 | 0 | 0.87 | 0.31 |
| HSL | 73.73º | 0.78% | 0.39% | - |
| HSV(B) | 73.73º | 0.87% | 0.69% | - |
| XYZ | 26.29 | 36.29 | 6.38 | - |
| YUV | 147.09 | 57.4 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 22 | 0.2 | 0 | 0.87 | 0.31 | 73.73 | 0.78 | 0.39 |
| Hex | 8C | AF | 16 | 14 | 0 | 57 | 1F | 4A | 4E | 27 |
| Octal | 214 | 257 | 26 | 24 | 0 | 127 | 37 | 112 | 116 | 47 |
| Binary | 10001100 | 10101111 | 10110 | 10100 | 0 | 1010111 | 11111 | 1001010 | 1001110 | 100111 |
Color Harmonies of #8CAF16
Complementary color
Monochromatic Colors of #8CAF16
Black with #8CAF16
Text Example
Text Example
White with #8CAF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAF16; }
p { color: rgb(140,175,22); }
H1.HeaderClassName
{
color: #8CAF16;
}
.AnyTagClassName
{
color: #8CAF16;
}
</style>
background-color css
<style>
a { background-color: #8CAF16; }
a { background-color: rgb(140,175,22); }
div.DivClassName
{
background-color: #8CAF16;
}
.BgClassName
{
background-color: #8CAF16;
}
</style>
border-color css
<style>
span { border-color: #8CAF16; }
span { border-color: rgb(140,175,22); }
td.TdClassName
{
border-color: #8CAF16;
}
.TagClassName
{
border-color: #8CAF16;
}
</style>