Shades of Limerick #9CAD38
Tints of Limerick #9CAD38
RGB
CMYK
RGB Variations
Color information
#9CAD38 (or 0x9CAD38) is known color: Limerick. HEX triplet: 9C, AD and 38. RGB value is (156,173,56). Sum of RGB (Red+Green+Blue) = 156+173+56=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 56 (22.27% from 255 or 14.55% from 385); Max value from RGB is 173 - color contains mainly: green. Hex color #9CAD38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAD38 is #6352C7. Grayscale: #9B9B9B. Windows color (decimal): -6509256 or 3714460. OLE color: 3714460.
HSL color Cylindrical-coordinate representation of color #9CAD38: hue angle of 68.72º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9CAD38 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 156 | 173 | 56 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.32 |
| HSL | 68.72º | 0.51% | 0.45% | - |
| HSV(B) | 68.72º | 0.68% | 0.68% | - |
| XYZ | 29.37 | 37.24 | 9.38 | - |
| YUV | 154.58 | 72.37 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 173 | 56 | 0.10 | 0 | 0.68 | 0.32 | 68.72 | 0.51 | 0.45 |
| Hex | 9C | AD | 38 | A | 0 | 44 | 20 | 45 | 33 | 2D |
| Octal | 234 | 255 | 70 | 12 | 0 | 104 | 40 | 105 | 63 | 55 |
| Binary | 10011100 | 10101101 | 111000 | 1010 | 0 | 1000100 | 100000 | 1000101 | 110011 | 101101 |
Color Harmonies of #9CAD38
Complementary color
Monochromatic Colors of #9CAD38
Black with #9CAD38
Text Example
Text Example
White with #9CAD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAD38; }
p { color: rgb(156,173,56); }
H1.HeaderClassName
{
color: #9CAD38;
}
.AnyTagClassName
{
color: #9CAD38;
}
</style>
background-color css
<style>
a { background-color: #9CAD38; }
a { background-color: rgb(156,173,56); }
div.DivClassName
{
background-color: #9CAD38;
}
.BgClassName
{
background-color: #9CAD38;
}
</style>
border-color css
<style>
span { border-color: #9CAD38; }
span { border-color: rgb(156,173,56); }
td.TdClassName
{
border-color: #9CAD38;
}
.TagClassName
{
border-color: #9CAD38;
}
</style>