Shades of Limerick #8AB63C
Tints of Limerick #8AB63C
RGB
CMYK
RGB Variations
Color information
#8AB63C (or 0x8AB63C) is known color: Limerick. HEX triplet: 8A, B6 and 3C. RGB value is (138,182,60). Sum of RGB (Red+Green+Blue) = 138+182+60=380 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.32% from 380); Green value is 182 (71.48% from 255 or 47.89% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB63C is #7549C3. Grayscale: #9B9B9B. Windows color (decimal): -7686596 or 3978890. OLE color: 3978890.
HSL color Cylindrical-coordinate representation of color #8AB63C: hue angle of 81.64º 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 #8AB63C is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 182 | 60 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.29 |
| HSL | 81.64º | 0.5% | 0.47% | - |
| HSV(B) | 81.64º | 0.67% | 0.71% | - |
| XYZ | 28.02 | 39.19 | 10.36 | - |
| YUV | 154.94 | 74.42 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 182 | 60 | 0.24 | 0 | 0.67 | 0.29 | 81.64 | 0.5 | 0.47 |
| Hex | 8A | B6 | 3C | 18 | 0 | 43 | 1D | 52 | 32 | 2F |
| Octal | 212 | 266 | 74 | 30 | 0 | 103 | 35 | 122 | 62 | 57 |
| Binary | 10001010 | 10110110 | 111100 | 11000 | 0 | 1000011 | 11101 | 1010010 | 110010 | 101111 |
Color Harmonies of #8AB63C
Complementary color
Monochromatic Colors of #8AB63C
Black with #8AB63C
Text Example
Text Example
White with #8AB63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB63C; }
p { color: rgb(138,182,60); }
H1.HeaderClassName
{
color: #8AB63C;
}
.AnyTagClassName
{
color: #8AB63C;
}
</style>
background-color css
<style>
a { background-color: #8AB63C; }
a { background-color: rgb(138,182,60); }
div.DivClassName
{
background-color: #8AB63C;
}
.BgClassName
{
background-color: #8AB63C;
}
</style>
border-color css
<style>
span { border-color: #8AB63C; }
span { border-color: rgb(138,182,60); }
td.TdClassName
{
border-color: #8AB63C;
}
.TagClassName
{
border-color: #8AB63C;
}
</style>