Shades of Limerick #8CAF3C
Tints of Limerick #8CAF3C
RGB
CMYK
RGB Variations
Color information
#8CAF3C (or 0x8CAF3C) is known color: Limerick. HEX triplet: 8C, AF and 3C. RGB value is (140,175,60). Sum of RGB (Red+Green+Blue) = 140+175+60=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAF3C is #7350C3. Grayscale: #979797. Windows color (decimal): -7557316 or 3977100. OLE color: 3977100.
HSL color Cylindrical-coordinate representation of color #8CAF3C: hue angle of 78.26º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8CAF3C is Cyan = 0.2, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 175 | 60 | - |
| CMYK | 0.2 | 0 | 0.66 | 0.31 |
| HSL | 78.26º | 0.49% | 0.46% | - |
| HSV(B) | 78.26º | 0.66% | 0.69% | - |
| XYZ | 26.96 | 36.56 | 9.91 | - |
| YUV | 151.43 | 76.4 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 60 | 0.2 | 0 | 0.66 | 0.31 | 78.26 | 0.49 | 0.46 |
| Hex | 8C | AF | 3C | 14 | 0 | 42 | 1F | 4E | 31 | 2E |
| Octal | 214 | 257 | 74 | 24 | 0 | 102 | 37 | 116 | 61 | 56 |
| Binary | 10001100 | 10101111 | 111100 | 10100 | 0 | 1000010 | 11111 | 1001110 | 110001 | 101110 |
Color Harmonies of #8CAF3C
Complementary color
Monochromatic Colors of #8CAF3C
Black with #8CAF3C
Text Example
Text Example
White with #8CAF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAF3C; }
p { color: rgb(140,175,60); }
H1.HeaderClassName
{
color: #8CAF3C;
}
.AnyTagClassName
{
color: #8CAF3C;
}
</style>
background-color css
<style>
a { background-color: #8CAF3C; }
a { background-color: rgb(140,175,60); }
div.DivClassName
{
background-color: #8CAF3C;
}
.BgClassName
{
background-color: #8CAF3C;
}
</style>
border-color css
<style>
span { border-color: #8CAF3C; }
span { border-color: rgb(140,175,60); }
td.TdClassName
{
border-color: #8CAF3C;
}
.TagClassName
{
border-color: #8CAF3C;
}
</style>