Shades of Limerick #8FAE32
Tints of Limerick #8FAE32
RGB
CMYK
RGB Variations
Color information
#8FAE32 (or 0x8FAE32) is known color: Limerick. HEX triplet: 8F, AE and 32. RGB value is (143,174,50). Sum of RGB (Red+Green+Blue) = 143+174+50=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 174 (68.36% from 255 or 47.41% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 174 - color contains mainly: green. Hex color #8FAE32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAE32 is #7051CD. Grayscale: #979797. Windows color (decimal): -7360974 or 3321487. OLE color: 3321487.
HSL color Cylindrical-coordinate representation of color #8FAE32: hue angle of 75º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8FAE32 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 174 | 50 | - |
| CMYK | 0.18 | 0 | 0.71 | 0.32 |
| HSL | 75º | 0.55% | 0.44% | - |
| HSV(B) | 75º | 0.71% | 0.68% | - |
| XYZ | 27.04 | 36.34 | 8.61 | - |
| YUV | 150.6 | 71.23 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 174 | 50 | 0.18 | 0 | 0.71 | 0.32 | 75 | 0.55 | 0.44 |
| Hex | 8F | AE | 32 | 12 | 0 | 47 | 20 | 4B | 37 | 2C |
| Octal | 217 | 256 | 62 | 22 | 0 | 107 | 40 | 113 | 67 | 54 |
| Binary | 10001111 | 10101110 | 110010 | 10010 | 0 | 1000111 | 100000 | 1001011 | 110111 | 101100 |
Color Harmonies of #8FAE32
Complementary color
Monochromatic Colors of #8FAE32
Black with #8FAE32
Text Example
Text Example
White with #8FAE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAE32; }
p { color: rgb(143,174,50); }
H1.HeaderClassName
{
color: #8FAE32;
}
.AnyTagClassName
{
color: #8FAE32;
}
</style>
background-color css
<style>
a { background-color: #8FAE32; }
a { background-color: rgb(143,174,50); }
div.DivClassName
{
background-color: #8FAE32;
}
.BgClassName
{
background-color: #8FAE32;
}
</style>
border-color css
<style>
span { border-color: #8FAE32; }
span { border-color: rgb(143,174,50); }
td.TdClassName
{
border-color: #8FAE32;
}
.TagClassName
{
border-color: #8FAE32;
}
</style>