Shades of Limerick #8FAE3C
Tints of Limerick #8FAE3C
RGB
CMYK
RGB Variations
Color information
#8FAE3C (or 0x8FAE3C) is known color: Limerick. HEX triplet: 8F, AE and 3C. RGB value is (143,174,60). Sum of RGB (Red+Green+Blue) = 143+174+60=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 174 (68.36% from 255 or 46.15% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 174 - color contains mainly: green. Hex color #8FAE3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAE3C is #7051C3. Grayscale: #989898. Windows color (decimal): -7360964 or 3976847. OLE color: 3976847.
HSL color Cylindrical-coordinate representation of color #8FAE3C: hue angle of 76.32º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8FAE3C is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 174 | 60 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.32 |
| HSL | 76.32º | 0.49% | 0.46% | - |
| HSV(B) | 76.32º | 0.66% | 0.68% | - |
| XYZ | 27.28 | 36.44 | 9.87 | - |
| YUV | 151.74 | 76.23 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 174 | 60 | 0.18 | 0 | 0.66 | 0.32 | 76.32 | 0.49 | 0.46 |
| Hex | 8F | AE | 3C | 12 | 0 | 42 | 20 | 4C | 31 | 2E |
| Octal | 217 | 256 | 74 | 22 | 0 | 102 | 40 | 114 | 61 | 56 |
| Binary | 10001111 | 10101110 | 111100 | 10010 | 0 | 1000010 | 100000 | 1001100 | 110001 | 101110 |
Color Harmonies of #8FAE3C
Complementary color
Monochromatic Colors of #8FAE3C
Black with #8FAE3C
Text Example
Text Example
White with #8FAE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAE3C; }
p { color: rgb(143,174,60); }
H1.HeaderClassName
{
color: #8FAE3C;
}
.AnyTagClassName
{
color: #8FAE3C;
}
</style>
background-color css
<style>
a { background-color: #8FAE3C; }
a { background-color: rgb(143,174,60); }
div.DivClassName
{
background-color: #8FAE3C;
}
.BgClassName
{
background-color: #8FAE3C;
}
</style>
border-color css
<style>
span { border-color: #8FAE3C; }
span { border-color: rgb(143,174,60); }
td.TdClassName
{
border-color: #8FAE3C;
}
.TagClassName
{
border-color: #8FAE3C;
}
</style>