Shades of Limerick #8AB725
Tints of Limerick #8AB725
RGB
CMYK
RGB Variations
Color information
#8AB725 (or 0x8AB725) is known color: Limerick. HEX triplet: 8A, B7 and 25. RGB value is (138,183,37). Sum of RGB (Red+Green+Blue) = 138+183+37=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 183 (71.88% from 255 or 51.12% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB725 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB725 is #7548DA. Grayscale: #999999. Windows color (decimal): -7686363 or 2471818. OLE color: 2471818.
HSL color Cylindrical-coordinate representation of color #8AB725: hue angle of 78.49º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8AB725 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 183 | 37 | - |
| CMYK | 0.25 | 0 | 0.80 | 0.28 |
| HSL | 78.49º | 0.66% | 0.43% | - |
| HSV(B) | 78.49º | 0.8% | 0.72% | - |
| XYZ | 27.75 | 39.4 | 7.89 | - |
| YUV | 152.9 | 62.59 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 183 | 37 | 0.25 | 0 | 0.80 | 0.28 | 78.49 | 0.66 | 0.43 |
| Hex | 8A | B7 | 25 | 19 | 0 | 50 | 1C | 4E | 42 | 2B |
| Octal | 212 | 267 | 45 | 31 | 0 | 120 | 34 | 116 | 102 | 53 |
| Binary | 10001010 | 10110111 | 100101 | 11001 | 0 | 1010000 | 11100 | 1001110 | 1000010 | 101011 |
Color Harmonies of #8AB725
Complementary color
Monochromatic Colors of #8AB725
Black with #8AB725
Text Example
Text Example
White with #8AB725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB725; }
p { color: rgb(138,183,37); }
H1.HeaderClassName
{
color: #8AB725;
}
.AnyTagClassName
{
color: #8AB725;
}
</style>
background-color css
<style>
a { background-color: #8AB725; }
a { background-color: rgb(138,183,37); }
div.DivClassName
{
background-color: #8AB725;
}
.BgClassName
{
background-color: #8AB725;
}
</style>
border-color css
<style>
span { border-color: #8AB725; }
span { border-color: rgb(138,183,37); }
td.TdClassName
{
border-color: #8AB725;
}
.TagClassName
{
border-color: #8AB725;
}
</style>