Shades of Limerick #8FAA28
Tints of Limerick #8FAA28
RGB
CMYK
RGB Variations
Color information
#8FAA28 (or 0x8FAA28) is known color: Limerick. HEX triplet: 8F, AA and 28. RGB value is (143,170,40). Sum of RGB (Red+Green+Blue) = 143+170+40=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAA28 is #7055D7. Grayscale: #939393. Windows color (decimal): -7362008 or 2665103. OLE color: 2665103.
HSL color Cylindrical-coordinate representation of color #8FAA28: hue angle of 72.46º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8FAA28 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 40 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.33 |
| HSL | 72.46º | 0.62% | 0.41% | - |
| HSV(B) | 72.46º | 0.76% | 0.67% | - |
| XYZ | 26.09 | 34.74 | 7.34 | - |
| YUV | 147.11 | 67.55 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 40 | 0.16 | 0 | 0.76 | 0.33 | 72.46 | 0.62 | 0.41 |
| Hex | 8F | AA | 28 | 10 | 0 | 4C | 21 | 48 | 3E | 29 |
| Octal | 217 | 252 | 50 | 20 | 0 | 114 | 41 | 110 | 76 | 51 |
| Binary | 10001111 | 10101010 | 101000 | 10000 | 0 | 1001100 | 100001 | 1001000 | 111110 | 101001 |
Color Harmonies of #8FAA28
Complementary color
Monochromatic Colors of #8FAA28
Black with #8FAA28
Text Example
Text Example
White with #8FAA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAA28; }
p { color: rgb(143,170,40); }
H1.HeaderClassName
{
color: #8FAA28;
}
.AnyTagClassName
{
color: #8FAA28;
}
</style>
background-color css
<style>
a { background-color: #8FAA28; }
a { background-color: rgb(143,170,40); }
div.DivClassName
{
background-color: #8FAA28;
}
.BgClassName
{
background-color: #8FAA28;
}
</style>
border-color css
<style>
span { border-color: #8FAA28; }
span { border-color: rgb(143,170,40); }
td.TdClassName
{
border-color: #8FAA28;
}
.TagClassName
{
border-color: #8FAA28;
}
</style>