Shades of Limerick #8FAA3F
Tints of Limerick #8FAA3F
RGB
CMYK
RGB Variations
Color information
#8FAA3F (or 0x8FAA3F) is known color: Limerick. HEX triplet: 8F, AA and 3F. RGB value is (143,170,63). Sum of RGB (Red+Green+Blue) = 143+170+63=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAA3F is #7055C0. Grayscale: #969696. Windows color (decimal): -7361985 or 4172431. OLE color: 4172431.
HSL color Cylindrical-coordinate representation of color #8FAA3F: hue angle of 75.14º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8FAA3F is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 63 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.33 |
| HSL | 75.14º | 0.46% | 0.46% | - |
| HSV(B) | 75.14º | 0.63% | 0.67% | - |
| XYZ | 26.6 | 34.95 | 10.05 | - |
| YUV | 149.73 | 79.05 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 63 | 0.16 | 0 | 0.63 | 0.33 | 75.14 | 0.46 | 0.46 |
| Hex | 8F | AA | 3F | 10 | 0 | 3F | 21 | 4B | 2E | 2E |
| Octal | 217 | 252 | 77 | 20 | 0 | 77 | 41 | 113 | 56 | 56 |
| Binary | 10001111 | 10101010 | 111111 | 10000 | 0 | 111111 | 100001 | 1001011 | 101110 | 101110 |
Color Harmonies of #8FAA3F
Complementary color
Monochromatic Colors of #8FAA3F
Black with #8FAA3F
Text Example
Text Example
White with #8FAA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAA3F; }
p { color: rgb(143,170,63); }
H1.HeaderClassName
{
color: #8FAA3F;
}
.AnyTagClassName
{
color: #8FAA3F;
}
</style>
background-color css
<style>
a { background-color: #8FAA3F; }
a { background-color: rgb(143,170,63); }
div.DivClassName
{
background-color: #8FAA3F;
}
.BgClassName
{
background-color: #8FAA3F;
}
</style>
border-color css
<style>
span { border-color: #8FAA3F; }
span { border-color: rgb(143,170,63); }
td.TdClassName
{
border-color: #8FAA3F;
}
.TagClassName
{
border-color: #8FAA3F;
}
</style>