Shades of Limerick #93AA3F
Tints of Limerick #93AA3F
RGB
CMYK
RGB Variations
Color information
#93AA3F (or 0x93AA3F) is known color: Limerick. HEX triplet: 93, AA and 3F. RGB value is (147,170,63). Sum of RGB (Red+Green+Blue) = 147+170+63=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AA3F is #6C55C0. Grayscale: #979797. Windows color (decimal): -7099841 or 4172435. OLE color: 4172435.
HSL color Cylindrical-coordinate representation of color #93AA3F: hue angle of 72.9º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #93AA3F is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 170 | 63 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.33 |
| HSL | 72.9º | 0.46% | 0.46% | - |
| HSV(B) | 72.9º | 0.63% | 0.67% | - |
| XYZ | 27.3 | 35.31 | 10.08 | - |
| YUV | 150.93 | 78.38 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 170 | 63 | 0.14 | 0 | 0.63 | 0.33 | 72.9 | 0.46 | 0.46 |
| Hex | 93 | AA | 3F | E | 0 | 3F | 21 | 49 | 2E | 2E |
| Octal | 223 | 252 | 77 | 16 | 0 | 77 | 41 | 111 | 56 | 56 |
| Binary | 10010011 | 10101010 | 111111 | 1110 | 0 | 111111 | 100001 | 1001001 | 101110 | 101110 |
Color Harmonies of #93AA3F
Complementary color
Monochromatic Colors of #93AA3F
Black with #93AA3F
Text Example
Text Example
White with #93AA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AA3F; }
p { color: rgb(147,170,63); }
H1.HeaderClassName
{
color: #93AA3F;
}
.AnyTagClassName
{
color: #93AA3F;
}
</style>
background-color css
<style>
a { background-color: #93AA3F; }
a { background-color: rgb(147,170,63); }
div.DivClassName
{
background-color: #93AA3F;
}
.BgClassName
{
background-color: #93AA3F;
}
</style>
border-color css
<style>
span { border-color: #93AA3F; }
span { border-color: rgb(147,170,63); }
td.TdClassName
{
border-color: #93AA3F;
}
.TagClassName
{
border-color: #93AA3F;
}
</style>