Shades of Limerick #8CAE3B
Tints of Limerick #8CAE3B
RGB
CMYK
RGB Variations
Color information
#8CAE3B (or 0x8CAE3B) is known color: Limerick. HEX triplet: 8C, AE and 3B. RGB value is (140,174,59). Sum of RGB (Red+Green+Blue) = 140+174+59=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 59 (23.44% from 255 or 15.82% from 373); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAE3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAE3B is #7351C4. Grayscale: #979797. Windows color (decimal): -7557573 or 3911308. OLE color: 3911308.
HSL color Cylindrical-coordinate representation of color #8CAE3B: hue angle of 77.74º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8CAE3B is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 174 | 59 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.32 |
| HSL | 77.74º | 0.49% | 0.46% | - |
| HSV(B) | 77.74º | 0.66% | 0.68% | - |
| XYZ | 26.74 | 36.16 | 9.71 | - |
| YUV | 150.72 | 76.24 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 174 | 59 | 0.20 | 0 | 0.66 | 0.32 | 77.74 | 0.49 | 0.46 |
| Hex | 8C | AE | 3B | 14 | 0 | 42 | 20 | 4E | 31 | 2E |
| Octal | 214 | 256 | 73 | 24 | 0 | 102 | 40 | 116 | 61 | 56 |
| Binary | 10001100 | 10101110 | 111011 | 10100 | 0 | 1000010 | 100000 | 1001110 | 110001 | 101110 |
Color Harmonies of #8CAE3B
Complementary color
Monochromatic Colors of #8CAE3B
Black with #8CAE3B
Text Example
Text Example
White with #8CAE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAE3B; }
p { color: rgb(140,174,59); }
H1.HeaderClassName
{
color: #8CAE3B;
}
.AnyTagClassName
{
color: #8CAE3B;
}
</style>
background-color css
<style>
a { background-color: #8CAE3B; }
a { background-color: rgb(140,174,59); }
div.DivClassName
{
background-color: #8CAE3B;
}
.BgClassName
{
background-color: #8CAE3B;
}
</style>
border-color css
<style>
span { border-color: #8CAE3B; }
span { border-color: rgb(140,174,59); }
td.TdClassName
{
border-color: #8CAE3B;
}
.TagClassName
{
border-color: #8CAE3B;
}
</style>