Shades of Limerick #93AF3F
Tints of Limerick #93AF3F
RGB
CMYK
RGB Variations
Color information
#93AF3F (or 0x93AF3F) is known color: Limerick. HEX triplet: 93, AF and 3F. RGB value is (147,175,63). Sum of RGB (Red+Green+Blue) = 147+175+63=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AF3F is #6C50C0. Grayscale: #9A9A9A. Windows color (decimal): -7098561 or 4173715. OLE color: 4173715.
HSL color Cylindrical-coordinate representation of color #93AF3F: hue angle of 75º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93AF3F is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 175 | 63 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.31 |
| HSL | 75º | 0.47% | 0.47% | - |
| HSV(B) | 75º | 0.64% | 0.69% | - |
| XYZ | 28.26 | 37.22 | 10.4 | - |
| YUV | 153.86 | 76.72 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 175 | 63 | 0.16 | 0 | 0.64 | 0.31 | 75 | 0.47 | 0.47 |
| Hex | 93 | AF | 3F | 10 | 0 | 40 | 1F | 4B | 2F | 2F |
| Octal | 223 | 257 | 77 | 20 | 0 | 100 | 37 | 113 | 57 | 57 |
| Binary | 10010011 | 10101111 | 111111 | 10000 | 0 | 1000000 | 11111 | 1001011 | 101111 | 101111 |
Color Harmonies of #93AF3F
Complementary color
Monochromatic Colors of #93AF3F
Black with #93AF3F
Text Example
Text Example
White with #93AF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AF3F; }
p { color: rgb(147,175,63); }
H1.HeaderClassName
{
color: #93AF3F;
}
.AnyTagClassName
{
color: #93AF3F;
}
</style>
background-color css
<style>
a { background-color: #93AF3F; }
a { background-color: rgb(147,175,63); }
div.DivClassName
{
background-color: #93AF3F;
}
.BgClassName
{
background-color: #93AF3F;
}
</style>
border-color css
<style>
span { border-color: #93AF3F; }
span { border-color: rgb(147,175,63); }
td.TdClassName
{
border-color: #93AF3F;
}
.TagClassName
{
border-color: #93AF3F;
}
</style>