Shades of Limerick #8CAA23
Tints of Limerick #8CAA23
RGB
CMYK
RGB Variations
Color information
#8CAA23 (or 0x8CAA23) is known color: Limerick. HEX triplet: 8C, AA and 23. RGB value is (140,170,35). Sum of RGB (Red+Green+Blue) = 140+170+35=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 35 (14.06% from 255 or 10.14% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAA23 is #7355DC. Grayscale: #929292. Windows color (decimal): -7558621 or 2337420. OLE color: 2337420.
HSL color Cylindrical-coordinate representation of color #8CAA23: hue angle of 73.33º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8CAA23 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 35 | - |
| CMYK | 0.18 | 0 | 0.79 | 0.33 |
| HSL | 73.33º | 0.66% | 0.4% | - |
| HSV(B) | 73.33º | 0.79% | 0.67% | - |
| XYZ | 25.49 | 34.45 | 6.9 | - |
| YUV | 145.64 | 65.56 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 35 | 0.18 | 0 | 0.79 | 0.33 | 73.33 | 0.66 | 0.4 |
| Hex | 8C | AA | 23 | 12 | 0 | 4F | 21 | 49 | 42 | 28 |
| Octal | 214 | 252 | 43 | 22 | 0 | 117 | 41 | 111 | 102 | 50 |
| Binary | 10001100 | 10101010 | 100011 | 10010 | 0 | 1001111 | 100001 | 1001001 | 1000010 | 101000 |
Color Harmonies of #8CAA23
Complementary color
Monochromatic Colors of #8CAA23
Black with #8CAA23
Text Example
Text Example
White with #8CAA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA23; }
p { color: rgb(140,170,35); }
H1.HeaderClassName
{
color: #8CAA23;
}
.AnyTagClassName
{
color: #8CAA23;
}
</style>
background-color css
<style>
a { background-color: #8CAA23; }
a { background-color: rgb(140,170,35); }
div.DivClassName
{
background-color: #8CAA23;
}
.BgClassName
{
background-color: #8CAA23;
}
</style>
border-color css
<style>
span { border-color: #8CAA23; }
span { border-color: rgb(140,170,35); }
td.TdClassName
{
border-color: #8CAA23;
}
.TagClassName
{
border-color: #8CAA23;
}
</style>