Shades of Limerick #8AB53C
Tints of Limerick #8AB53C
RGB
CMYK
RGB Variations
Color information
#8AB53C (or 0x8AB53C) is known color: Limerick. HEX triplet: 8A, B5 and 3C. RGB value is (138,181,60). Sum of RGB (Red+Green+Blue) = 138+181+60=379 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.41% from 379); Green value is 181 (71.09% from 255 or 47.76% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB53C is #754AC3. Grayscale: #9A9A9A. Windows color (decimal): -7686852 or 3978634. OLE color: 3978634.
HSL color Cylindrical-coordinate representation of color #8AB53C: hue angle of 81.32º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8AB53C is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 181 | 60 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.29 |
| HSL | 81.32º | 0.5% | 0.47% | - |
| HSV(B) | 81.32º | 0.67% | 0.71% | - |
| XYZ | 27.82 | 38.78 | 10.29 | - |
| YUV | 154.35 | 74.75 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 181 | 60 | 0.24 | 0 | 0.67 | 0.29 | 81.32 | 0.5 | 0.47 |
| Hex | 8A | B5 | 3C | 18 | 0 | 43 | 1D | 51 | 32 | 2F |
| Octal | 212 | 265 | 74 | 30 | 0 | 103 | 35 | 121 | 62 | 57 |
| Binary | 10001010 | 10110101 | 111100 | 11000 | 0 | 1000011 | 11101 | 1010001 | 110010 | 101111 |
Color Harmonies of #8AB53C
Complementary color
Monochromatic Colors of #8AB53C
Black with #8AB53C
Text Example
Text Example
White with #8AB53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB53C; }
p { color: rgb(138,181,60); }
H1.HeaderClassName
{
color: #8AB53C;
}
.AnyTagClassName
{
color: #8AB53C;
}
</style>
background-color css
<style>
a { background-color: #8AB53C; }
a { background-color: rgb(138,181,60); }
div.DivClassName
{
background-color: #8AB53C;
}
.BgClassName
{
background-color: #8AB53C;
}
</style>
border-color css
<style>
span { border-color: #8AB53C; }
span { border-color: rgb(138,181,60); }
td.TdClassName
{
border-color: #8AB53C;
}
.TagClassName
{
border-color: #8AB53C;
}
</style>