Shades of Limerick #93AF20
Tints of Limerick #93AF20
RGB
CMYK
RGB Variations
Color information
#93AF20 (or 0x93AF20) is known color: Limerick. HEX triplet: 93, AF and 20. RGB value is (147,175,32). Sum of RGB (Red+Green+Blue) = 147+175+32=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 175 (68.75% from 255 or 49.44% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93AF20 is #6C50DF. Grayscale: #969696. Windows color (decimal): -7098592 or 2142099. OLE color: 2142099.
HSL color Cylindrical-coordinate representation of color #93AF20: hue angle of 71.75º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #93AF20 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 175 | 32 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.31 |
| HSL | 71.75º | 0.69% | 0.41% | - |
| HSV(B) | 71.75º | 0.82% | 0.69% | - |
| XYZ | 27.62 | 36.97 | 7.05 | - |
| YUV | 150.33 | 61.22 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 175 | 32 | 0.16 | 0 | 0.82 | 0.31 | 71.75 | 0.69 | 0.41 |
| Hex | 93 | AF | 20 | 10 | 0 | 52 | 1F | 48 | 45 | 29 |
| Octal | 223 | 257 | 40 | 20 | 0 | 122 | 37 | 110 | 105 | 51 |
| Binary | 10010011 | 10101111 | 100000 | 10000 | 0 | 1010010 | 11111 | 1001000 | 1000101 | 101001 |
Color Harmonies of #93AF20
Complementary color
Monochromatic Colors of #93AF20
Black with #93AF20
Text Example
Text Example
White with #93AF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AF20; }
p { color: rgb(147,175,32); }
H1.HeaderClassName
{
color: #93AF20;
}
.AnyTagClassName
{
color: #93AF20;
}
</style>
background-color css
<style>
a { background-color: #93AF20; }
a { background-color: rgb(147,175,32); }
div.DivClassName
{
background-color: #93AF20;
}
.BgClassName
{
background-color: #93AF20;
}
</style>
border-color css
<style>
span { border-color: #93AF20; }
span { border-color: rgb(147,175,32); }
td.TdClassName
{
border-color: #93AF20;
}
.TagClassName
{
border-color: #93AF20;
}
</style>