Shades of Limerick #9DAF3A
Tints of Limerick #9DAF3A
RGB
CMYK
RGB Variations
Color information
#9DAF3A (or 0x9DAF3A) is known color: Limerick. HEX triplet: 9D, AF and 3A. RGB value is (157,175,58). Sum of RGB (Red+Green+Blue) = 157+175+58=390 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.26% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 58 (23.05% from 255 or 14.87% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAF3A is #6250C5. Grayscale: #9C9C9C. Windows color (decimal): -6443206 or 3846045. OLE color: 3846045.
HSL color Cylindrical-coordinate representation of color #9DAF3A: hue angle of 69.23º 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 #9DAF3A is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 175 | 58 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.31 |
| HSL | 69.23º | 0.5% | 0.46% | - |
| HSV(B) | 69.23º | 0.67% | 0.69% | - |
| XYZ | 30 | 38.13 | 9.78 | - |
| YUV | 156.28 | 72.54 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 175 | 58 | 0.10 | 0 | 0.67 | 0.31 | 69.23 | 0.5 | 0.46 |
| Hex | 9D | AF | 3A | A | 0 | 43 | 1F | 45 | 32 | 2E |
| Octal | 235 | 257 | 72 | 12 | 0 | 103 | 37 | 105 | 62 | 56 |
| Binary | 10011101 | 10101111 | 111010 | 1010 | 0 | 1000011 | 11111 | 1000101 | 110010 | 101110 |
Color Harmonies of #9DAF3A
Complementary color
Monochromatic Colors of #9DAF3A
Black with #9DAF3A
Text Example
Text Example
White with #9DAF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAF3A; }
p { color: rgb(157,175,58); }
H1.HeaderClassName
{
color: #9DAF3A;
}
.AnyTagClassName
{
color: #9DAF3A;
}
</style>
background-color css
<style>
a { background-color: #9DAF3A; }
a { background-color: rgb(157,175,58); }
div.DivClassName
{
background-color: #9DAF3A;
}
.BgClassName
{
background-color: #9DAF3A;
}
</style>
border-color css
<style>
span { border-color: #9DAF3A; }
span { border-color: rgb(157,175,58); }
td.TdClassName
{
border-color: #9DAF3A;
}
.TagClassName
{
border-color: #9DAF3A;
}
</style>