Shades of Limerick #8CAA21
Tints of Limerick #8CAA21
RGB
CMYK
RGB Variations
Color information
#8CAA21 (or 0x8CAA21) is known color: Limerick. HEX triplet: 8C, AA and 21. RGB value is (140,170,33). Sum of RGB (Red+Green+Blue) = 140+170+33=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 170 (66.80% from 255 or 49.56% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAA21 is #7355DE. Grayscale: #919191. Windows color (decimal): -7558623 or 2206348. OLE color: 2206348.
HSL color Cylindrical-coordinate representation of color #8CAA21: hue angle of 73.14º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8CAA21 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 33 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.33 |
| HSL | 73.14º | 0.67% | 0.4% | - |
| HSV(B) | 73.14º | 0.81% | 0.67% | - |
| XYZ | 25.46 | 34.43 | 6.74 | - |
| YUV | 145.41 | 64.56 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 33 | 0.18 | 0 | 0.81 | 0.33 | 73.14 | 0.67 | 0.4 |
| Hex | 8C | AA | 21 | 12 | 0 | 51 | 21 | 49 | 43 | 28 |
| Octal | 214 | 252 | 41 | 22 | 0 | 121 | 41 | 111 | 103 | 50 |
| Binary | 10001100 | 10101010 | 100001 | 10010 | 0 | 1010001 | 100001 | 1001001 | 1000011 | 101000 |
Color Harmonies of #8CAA21
Complementary color
Monochromatic Colors of #8CAA21
Black with #8CAA21
Text Example
Text Example
White with #8CAA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA21; }
p { color: rgb(140,170,33); }
H1.HeaderClassName
{
color: #8CAA21;
}
.AnyTagClassName
{
color: #8CAA21;
}
</style>
background-color css
<style>
a { background-color: #8CAA21; }
a { background-color: rgb(140,170,33); }
div.DivClassName
{
background-color: #8CAA21;
}
.BgClassName
{
background-color: #8CAA21;
}
</style>
border-color css
<style>
span { border-color: #8CAA21; }
span { border-color: rgb(140,170,33); }
td.TdClassName
{
border-color: #8CAA21;
}
.TagClassName
{
border-color: #8CAA21;
}
</style>