Shades of Limerick #94AF28
Tints of Limerick #94AF28
RGB
CMYK
RGB Variations
Color information
#94AF28 (or 0x94AF28) is known color: Limerick. HEX triplet: 94, AF and 28. RGB value is (148,175,40). Sum of RGB (Red+Green+Blue) = 148+175+40=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #94AF28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AF28 is #6B50D7. Grayscale: #989898. Windows color (decimal): -7033048 or 2666388. OLE color: 2666388.
HSL color Cylindrical-coordinate representation of color #94AF28: hue angle of 72º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #94AF28 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 175 | 40 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.31 |
| HSL | 72º | 0.63% | 0.42% | - |
| HSV(B) | 72º | 0.77% | 0.69% | - |
| XYZ | 27.93 | 37.11 | 7.7 | - |
| YUV | 151.54 | 65.05 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 175 | 40 | 0.15 | 0 | 0.77 | 0.31 | 72 | 0.63 | 0.42 |
| Hex | 94 | AF | 28 | F | 0 | 4D | 1F | 48 | 3F | 2A |
| Octal | 224 | 257 | 50 | 17 | 0 | 115 | 37 | 110 | 77 | 52 |
| Binary | 10010100 | 10101111 | 101000 | 1111 | 0 | 1001101 | 11111 | 1001000 | 111111 | 101010 |
Color Harmonies of #94AF28
Complementary color
Monochromatic Colors of #94AF28
Black with #94AF28
Text Example
Text Example
White with #94AF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AF28; }
p { color: rgb(148,175,40); }
H1.HeaderClassName
{
color: #94AF28;
}
.AnyTagClassName
{
color: #94AF28;
}
</style>
background-color css
<style>
a { background-color: #94AF28; }
a { background-color: rgb(148,175,40); }
div.DivClassName
{
background-color: #94AF28;
}
.BgClassName
{
background-color: #94AF28;
}
</style>
border-color css
<style>
span { border-color: #94AF28; }
span { border-color: rgb(148,175,40); }
td.TdClassName
{
border-color: #94AF28;
}
.TagClassName
{
border-color: #94AF28;
}
</style>