Shades of Limerick #8FAA36
Tints of Limerick #8FAA36
RGB
CMYK
RGB Variations
Color information
#8FAA36 (or 0x8FAA36) is known color: Limerick. HEX triplet: 8F, AA and 36. RGB value is (143,170,54). Sum of RGB (Red+Green+Blue) = 143+170+54=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 54 (21.48% from 255 or 14.71% from 367); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAA36 is #7055C9. Grayscale: #959595. Windows color (decimal): -7361994 or 3582607. OLE color: 3582607.
HSL color Cylindrical-coordinate representation of color #8FAA36: hue angle of 73.97º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8FAA36 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 54 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.33 |
| HSL | 73.97º | 0.52% | 0.44% | - |
| HSV(B) | 73.97º | 0.68% | 0.67% | - |
| XYZ | 26.37 | 34.86 | 8.83 | - |
| YUV | 148.7 | 74.55 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 54 | 0.16 | 0 | 0.68 | 0.33 | 73.97 | 0.52 | 0.44 |
| Hex | 8F | AA | 36 | 10 | 0 | 44 | 21 | 4A | 34 | 2C |
| Octal | 217 | 252 | 66 | 20 | 0 | 104 | 41 | 112 | 64 | 54 |
| Binary | 10001111 | 10101010 | 110110 | 10000 | 0 | 1000100 | 100001 | 1001010 | 110100 | 101100 |
Color Harmonies of #8FAA36
Complementary color
Monochromatic Colors of #8FAA36
Black with #8FAA36
Text Example
Text Example
White with #8FAA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAA36; }
p { color: rgb(143,170,54); }
H1.HeaderClassName
{
color: #8FAA36;
}
.AnyTagClassName
{
color: #8FAA36;
}
</style>
background-color css
<style>
a { background-color: #8FAA36; }
a { background-color: rgb(143,170,54); }
div.DivClassName
{
background-color: #8FAA36;
}
.BgClassName
{
background-color: #8FAA36;
}
</style>
border-color css
<style>
span { border-color: #8FAA36; }
span { border-color: rgb(143,170,54); }
td.TdClassName
{
border-color: #8FAA36;
}
.TagClassName
{
border-color: #8FAA36;
}
</style>