Shades of Limerick #8CAA1F
Tints of Limerick #8CAA1F
RGB
CMYK
RGB Variations
Color information
#8CAA1F (or 0x8CAA1F) is known color: Limerick. HEX triplet: 8C, AA and 1F. RGB value is (140,170,31). Sum of RGB (Red+Green+Blue) = 140+170+31=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 31 (12.5% from 255 or 9.09% from 341); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAA1F is #7355E0. Grayscale: #919191. Windows color (decimal): -7558625 or 2075276. OLE color: 2075276.
HSL color Cylindrical-coordinate representation of color #8CAA1F: hue angle of 72.95º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8CAA1F is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 31 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.33 |
| HSL | 72.95º | 0.69% | 0.39% | - |
| HSV(B) | 72.95º | 0.82% | 0.67% | - |
| XYZ | 25.44 | 34.42 | 6.6 | - |
| YUV | 145.18 | 63.56 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 31 | 0.18 | 0 | 0.82 | 0.33 | 72.95 | 0.69 | 0.39 |
| Hex | 8C | AA | 1F | 12 | 0 | 52 | 21 | 49 | 45 | 27 |
| Octal | 214 | 252 | 37 | 22 | 0 | 122 | 41 | 111 | 105 | 47 |
| Binary | 10001100 | 10101010 | 11111 | 10010 | 0 | 1010010 | 100001 | 1001001 | 1000101 | 100111 |
Color Harmonies of #8CAA1F
Complementary color
Monochromatic Colors of #8CAA1F
Black with #8CAA1F
Text Example
Text Example
White with #8CAA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA1F; }
p { color: rgb(140,170,31); }
H1.HeaderClassName
{
color: #8CAA1F;
}
.AnyTagClassName
{
color: #8CAA1F;
}
</style>
background-color css
<style>
a { background-color: #8CAA1F; }
a { background-color: rgb(140,170,31); }
div.DivClassName
{
background-color: #8CAA1F;
}
.BgClassName
{
background-color: #8CAA1F;
}
</style>
border-color css
<style>
span { border-color: #8CAA1F; }
span { border-color: rgb(140,170,31); }
td.TdClassName
{
border-color: #8CAA1F;
}
.TagClassName
{
border-color: #8CAA1F;
}
</style>