Shades of Limerick #93AE3A
Tints of Limerick #93AE3A
RGB
CMYK
RGB Variations
Color information
#93AE3A (or 0x93AE3A) is known color: Limerick. HEX triplet: 93, AE and 3A. RGB value is (147,174,58). Sum of RGB (Red+Green+Blue) = 147+174+58=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 174 (68.36% from 255 or 45.91% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 174 - color contains mainly: green. Hex color #93AE3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AE3A is #6C51C5. Grayscale: #999999. Windows color (decimal): -7098822 or 3845779. OLE color: 3845779.
HSL color Cylindrical-coordinate representation of color #93AE3A: hue angle of 73.97º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #93AE3A is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 174 | 58 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.32 |
| HSL | 73.97º | 0.5% | 0.45% | - |
| HSV(B) | 73.97º | 0.67% | 0.68% | - |
| XYZ | 27.93 | 36.78 | 9.63 | - |
| YUV | 152.7 | 74.55 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 174 | 58 | 0.16 | 0 | 0.67 | 0.32 | 73.97 | 0.5 | 0.45 |
| Hex | 93 | AE | 3A | 10 | 0 | 43 | 20 | 4A | 32 | 2D |
| Octal | 223 | 256 | 72 | 20 | 0 | 103 | 40 | 112 | 62 | 55 |
| Binary | 10010011 | 10101110 | 111010 | 10000 | 0 | 1000011 | 100000 | 1001010 | 110010 | 101101 |
Color Harmonies of #93AE3A
Complementary color
Monochromatic Colors of #93AE3A
Black with #93AE3A
Text Example
Text Example
White with #93AE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AE3A; }
p { color: rgb(147,174,58); }
H1.HeaderClassName
{
color: #93AE3A;
}
.AnyTagClassName
{
color: #93AE3A;
}
</style>
background-color css
<style>
a { background-color: #93AE3A; }
a { background-color: rgb(147,174,58); }
div.DivClassName
{
background-color: #93AE3A;
}
.BgClassName
{
background-color: #93AE3A;
}
</style>
border-color css
<style>
span { border-color: #93AE3A; }
span { border-color: rgb(147,174,58); }
td.TdClassName
{
border-color: #93AE3A;
}
.TagClassName
{
border-color: #93AE3A;
}
</style>