Shades of Limerick #8AC320
Tints of Limerick #8AC320
RGB
CMYK
RGB Variations
Color information
#8AC320 (or 0x8AC320) is known color: Limerick. HEX triplet: 8A, C3 and 20. RGB value is (138,195,32). Sum of RGB (Red+Green+Blue) = 138+195+32=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 195 (76.56% from 255 or 53.42% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 195 - color contains mainly: green. Hex color #8AC320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC320 is #753CDF. Grayscale: #9F9F9F. Windows color (decimal): -7683296 or 2147210. OLE color: 2147210.
HSL color Cylindrical-coordinate representation of color #8AC320: hue angle of 80.98º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8AC320 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 195 | 32 | - |
| CMYK | 0.29 | 0 | 0.84 | 0.24 |
| HSL | 80.98º | 0.72% | 0.45% | - |
| HSV(B) | 80.98º | 0.84% | 0.76% | - |
| XYZ | 30.26 | 44.54 | 8.37 | - |
| YUV | 159.38 | 56.12 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 195 | 32 | 0.29 | 0 | 0.84 | 0.24 | 80.98 | 0.72 | 0.45 |
| Hex | 8A | C3 | 20 | 1D | 0 | 54 | 18 | 51 | 48 | 2D |
| Octal | 212 | 303 | 40 | 35 | 0 | 124 | 30 | 121 | 110 | 55 |
| Binary | 10001010 | 11000011 | 100000 | 11101 | 0 | 1010100 | 11000 | 1010001 | 1001000 | 101101 |
Color Harmonies of #8AC320
Complementary color
Monochromatic Colors of #8AC320
Black with #8AC320
Text Example
Text Example
White with #8AC320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC320; }
p { color: rgb(138,195,32); }
H1.HeaderClassName
{
color: #8AC320;
}
.AnyTagClassName
{
color: #8AC320;
}
</style>
background-color css
<style>
a { background-color: #8AC320; }
a { background-color: rgb(138,195,32); }
div.DivClassName
{
background-color: #8AC320;
}
.BgClassName
{
background-color: #8AC320;
}
</style>
border-color css
<style>
span { border-color: #8AC320; }
span { border-color: rgb(138,195,32); }
td.TdClassName
{
border-color: #8AC320;
}
.TagClassName
{
border-color: #8AC320;
}
</style>