Shades of Limerick #94AE1A
Tints of Limerick #94AE1A
RGB
CMYK
RGB Variations
Color information
#94AE1A (or 0x94AE1A) is known color: Limerick. HEX triplet: 94, AE and 1A. RGB value is (148,174,26). Sum of RGB (Red+Green+Blue) = 148+174+26=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 174 (68.36% from 255 or 50% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 174 - color contains mainly: green. Hex color #94AE1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AE1A is #6B51E5. Grayscale: #959595. Windows color (decimal): -7033318 or 1748628. OLE color: 1748628.
HSL color Cylindrical-coordinate representation of color #94AE1A: hue angle of 70.54º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #94AE1A is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 174 | 26 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.32 |
| HSL | 70.54º | 0.74% | 0.39% | - |
| HSV(B) | 70.54º | 0.85% | 0.68% | - |
| XYZ | 27.54 | 36.64 | 6.6 | - |
| YUV | 149.35 | 58.39 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 174 | 26 | 0.15 | 0 | 0.85 | 0.32 | 70.54 | 0.74 | 0.39 |
| Hex | 94 | AE | 1A | F | 0 | 55 | 20 | 47 | 4A | 27 |
| Octal | 224 | 256 | 32 | 17 | 0 | 125 | 40 | 107 | 112 | 47 |
| Binary | 10010100 | 10101110 | 11010 | 1111 | 0 | 1010101 | 100000 | 1000111 | 1001010 | 100111 |
Color Harmonies of #94AE1A
Complementary color
Monochromatic Colors of #94AE1A
Black with #94AE1A
Text Example
Text Example
White with #94AE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AE1A; }
p { color: rgb(148,174,26); }
H1.HeaderClassName
{
color: #94AE1A;
}
.AnyTagClassName
{
color: #94AE1A;
}
</style>
background-color css
<style>
a { background-color: #94AE1A; }
a { background-color: rgb(148,174,26); }
div.DivClassName
{
background-color: #94AE1A;
}
.BgClassName
{
background-color: #94AE1A;
}
</style>
border-color css
<style>
span { border-color: #94AE1A; }
span { border-color: rgb(148,174,26); }
td.TdClassName
{
border-color: #94AE1A;
}
.TagClassName
{
border-color: #94AE1A;
}
</style>