Shades of Limerick #9DAF31
Tints of Limerick #9DAF31
RGB
CMYK
RGB Variations
Color information
#9DAF31 (or 0x9DAF31) is known color: Limerick. HEX triplet: 9D, AF and 31. RGB value is (157,175,49). Sum of RGB (Red+Green+Blue) = 157+175+49=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 49 (19.53% from 255 or 12.86% from 381); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAF31 is #6250CE. Grayscale: #9B9B9B. Windows color (decimal): -6443215 or 3256221. OLE color: 3256221.
HSL color Cylindrical-coordinate representation of color #9DAF31: hue angle of 68.57º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9DAF31 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 175 | 49 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.31 |
| HSL | 68.57º | 0.56% | 0.44% | - |
| HSV(B) | 68.57º | 0.72% | 0.69% | - |
| XYZ | 29.79 | 38.05 | 8.68 | - |
| YUV | 155.25 | 68.04 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 175 | 49 | 0.10 | 0 | 0.72 | 0.31 | 68.57 | 0.56 | 0.44 |
| Hex | 9D | AF | 31 | A | 0 | 48 | 1F | 45 | 38 | 2C |
| Octal | 235 | 257 | 61 | 12 | 0 | 110 | 37 | 105 | 70 | 54 |
| Binary | 10011101 | 10101111 | 110001 | 1010 | 0 | 1001000 | 11111 | 1000101 | 111000 | 101100 |
Color Harmonies of #9DAF31
Complementary color
Monochromatic Colors of #9DAF31
Black with #9DAF31
Text Example
Text Example
White with #9DAF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAF31; }
p { color: rgb(157,175,49); }
H1.HeaderClassName
{
color: #9DAF31;
}
.AnyTagClassName
{
color: #9DAF31;
}
</style>
background-color css
<style>
a { background-color: #9DAF31; }
a { background-color: rgb(157,175,49); }
div.DivClassName
{
background-color: #9DAF31;
}
.BgClassName
{
background-color: #9DAF31;
}
</style>
border-color css
<style>
span { border-color: #9DAF31; }
span { border-color: rgb(157,175,49); }
td.TdClassName
{
border-color: #9DAF31;
}
.TagClassName
{
border-color: #9DAF31;
}
</style>