Shades of Limerick #8FAA19
Tints of Limerick #8FAA19
RGB
CMYK
RGB Variations
Color information
#8FAA19 (or 0x8FAA19) is known color: Limerick. HEX triplet: 8F, AA and 19. RGB value is (143,170,25). Sum of RGB (Red+Green+Blue) = 143+170+25=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAA19 is #7055E6. Grayscale: #919191. Windows color (decimal): -7362023 or 1682063. OLE color: 1682063.
HSL color Cylindrical-coordinate representation of color #8FAA19: hue angle of 71.17º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8FAA19 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 25 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.33 |
| HSL | 71.17º | 0.74% | 0.38% | - |
| HSV(B) | 71.17º | 0.85% | 0.67% | - |
| XYZ | 25.88 | 34.66 | 6.25 | - |
| YUV | 145.4 | 60.05 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 25 | 0.16 | 0 | 0.85 | 0.33 | 71.17 | 0.74 | 0.38 |
| Hex | 8F | AA | 19 | 10 | 0 | 55 | 21 | 47 | 4A | 26 |
| Octal | 217 | 252 | 31 | 20 | 0 | 125 | 41 | 107 | 112 | 46 |
| Binary | 10001111 | 10101010 | 11001 | 10000 | 0 | 1010101 | 100001 | 1000111 | 1001010 | 100110 |
Color Harmonies of #8FAA19
Complementary color
Monochromatic Colors of #8FAA19
Black with #8FAA19
Text Example
Text Example
White with #8FAA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAA19; }
p { color: rgb(143,170,25); }
H1.HeaderClassName
{
color: #8FAA19;
}
.AnyTagClassName
{
color: #8FAA19;
}
</style>
background-color css
<style>
a { background-color: #8FAA19; }
a { background-color: rgb(143,170,25); }
div.DivClassName
{
background-color: #8FAA19;
}
.BgClassName
{
background-color: #8FAA19;
}
</style>
border-color css
<style>
span { border-color: #8FAA19; }
span { border-color: rgb(143,170,25); }
td.TdClassName
{
border-color: #8FAA19;
}
.TagClassName
{
border-color: #8FAA19;
}
</style>