Shades of Limerick #94AE25
Tints of Limerick #94AE25
RGB
CMYK
RGB Variations
Color information
#94AE25 (or 0x94AE25) is known color: Limerick. HEX triplet: 94, AE and 25. RGB value is (148,174,37). Sum of RGB (Red+Green+Blue) = 148+174+37=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 174 (68.36% from 255 or 48.47% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 174 - color contains mainly: green. Hex color #94AE25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AE25 is #6B51DA. Grayscale: #979797. Windows color (decimal): -7033307 or 2469524. OLE color: 2469524.
HSL color Cylindrical-coordinate representation of color #94AE25: hue angle of 71.39º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #94AE25 is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 174 | 37 | - |
| CMYK | 0.15 | 0 | 0.79 | 0.32 |
| HSL | 71.39º | 0.65% | 0.41% | - |
| HSV(B) | 71.39º | 0.79% | 0.68% | - |
| XYZ | 27.68 | 36.7 | 7.38 | - |
| YUV | 150.61 | 63.89 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 174 | 37 | 0.15 | 0 | 0.79 | 0.32 | 71.39 | 0.65 | 0.41 |
| Hex | 94 | AE | 25 | F | 0 | 4F | 20 | 47 | 41 | 29 |
| Octal | 224 | 256 | 45 | 17 | 0 | 117 | 40 | 107 | 101 | 51 |
| Binary | 10010100 | 10101110 | 100101 | 1111 | 0 | 1001111 | 100000 | 1000111 | 1000001 | 101001 |
Color Harmonies of #94AE25
Complementary color
Monochromatic Colors of #94AE25
Black with #94AE25
Text Example
Text Example
White with #94AE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AE25; }
p { color: rgb(148,174,37); }
H1.HeaderClassName
{
color: #94AE25;
}
.AnyTagClassName
{
color: #94AE25;
}
</style>
background-color css
<style>
a { background-color: #94AE25; }
a { background-color: rgb(148,174,37); }
div.DivClassName
{
background-color: #94AE25;
}
.BgClassName
{
background-color: #94AE25;
}
</style>
border-color css
<style>
span { border-color: #94AE25; }
span { border-color: rgb(148,174,37); }
td.TdClassName
{
border-color: #94AE25;
}
.TagClassName
{
border-color: #94AE25;
}
</style>