Shades of Limerick #93AF3A
Tints of Limerick #93AF3A
RGB
CMYK
RGB Variations
Color information
#93AF3A (or 0x93AF3A) is known color: Limerick. HEX triplet: 93, AF and 3A. RGB value is (147,175,58). Sum of RGB (Red+Green+Blue) = 147+175+58=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AF3A is #6C50C5. Grayscale: #999999. Windows color (decimal): -7098566 or 3846035. OLE color: 3846035.
HSL color Cylindrical-coordinate representation of color #93AF3A: hue angle of 74.36º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #93AF3A is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 175 | 58 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.31 |
| HSL | 74.36º | 0.5% | 0.46% | - |
| HSV(B) | 74.36º | 0.67% | 0.69% | - |
| XYZ | 28.13 | 37.17 | 9.69 | - |
| YUV | 153.29 | 74.22 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 175 | 58 | 0.16 | 0 | 0.67 | 0.31 | 74.36 | 0.5 | 0.46 |
| Hex | 93 | AF | 3A | 10 | 0 | 43 | 1F | 4A | 32 | 2E |
| Octal | 223 | 257 | 72 | 20 | 0 | 103 | 37 | 112 | 62 | 56 |
| Binary | 10010011 | 10101111 | 111010 | 10000 | 0 | 1000011 | 11111 | 1001010 | 110010 | 101110 |
Color Harmonies of #93AF3A
Complementary color
Monochromatic Colors of #93AF3A
Black with #93AF3A
Text Example
Text Example
White with #93AF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AF3A; }
p { color: rgb(147,175,58); }
H1.HeaderClassName
{
color: #93AF3A;
}
.AnyTagClassName
{
color: #93AF3A;
}
</style>
background-color css
<style>
a { background-color: #93AF3A; }
a { background-color: rgb(147,175,58); }
div.DivClassName
{
background-color: #93AF3A;
}
.BgClassName
{
background-color: #93AF3A;
}
</style>
border-color css
<style>
span { border-color: #93AF3A; }
span { border-color: rgb(147,175,58); }
td.TdClassName
{
border-color: #93AF3A;
}
.TagClassName
{
border-color: #93AF3A;
}
</style>