Shades of Limerick #8FAF32
Tints of Limerick #8FAF32
RGB
CMYK
RGB Variations
Color information
#8FAF32 (or 0x8FAF32) is known color: Limerick. HEX triplet: 8F, AF and 32. RGB value is (143,175,50). Sum of RGB (Red+Green+Blue) = 143+175+50=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 175 (68.75% from 255 or 47.55% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 175 - color contains mainly: green. Hex color #8FAF32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAF32 is #7050CD. Grayscale: #979797. Windows color (decimal): -7360718 or 3321743. OLE color: 3321743.
HSL color Cylindrical-coordinate representation of color #8FAF32: hue angle of 75.36º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8FAF32 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 175 | 50 | - |
| CMYK | 0.18 | 0 | 0.71 | 0.31 |
| HSL | 75.36º | 0.56% | 0.44% | - |
| HSV(B) | 75.36º | 0.71% | 0.69% | - |
| XYZ | 27.23 | 36.73 | 8.67 | - |
| YUV | 151.18 | 70.9 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 175 | 50 | 0.18 | 0 | 0.71 | 0.31 | 75.36 | 0.56 | 0.44 |
| Hex | 8F | AF | 32 | 12 | 0 | 47 | 1F | 4B | 38 | 2C |
| Octal | 217 | 257 | 62 | 22 | 0 | 107 | 37 | 113 | 70 | 54 |
| Binary | 10001111 | 10101111 | 110010 | 10010 | 0 | 1000111 | 11111 | 1001011 | 111000 | 101100 |
Color Harmonies of #8FAF32
Complementary color
Monochromatic Colors of #8FAF32
Black with #8FAF32
Text Example
Text Example
White with #8FAF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAF32; }
p { color: rgb(143,175,50); }
H1.HeaderClassName
{
color: #8FAF32;
}
.AnyTagClassName
{
color: #8FAF32;
}
</style>
background-color css
<style>
a { background-color: #8FAF32; }
a { background-color: rgb(143,175,50); }
div.DivClassName
{
background-color: #8FAF32;
}
.BgClassName
{
background-color: #8FAF32;
}
</style>
border-color css
<style>
span { border-color: #8FAF32; }
span { border-color: rgb(143,175,50); }
td.TdClassName
{
border-color: #8FAF32;
}
.TagClassName
{
border-color: #8FAF32;
}
</style>