Shades of Limerick #9DAE3B
Tints of Limerick #9DAE3B
RGB
CMYK
RGB Variations
Color information
#9DAE3B (or 0x9DAE3B) is known color: Limerick. HEX triplet: 9D, AE and 3B. RGB value is (157,174,59). Sum of RGB (Red+Green+Blue) = 157+174+59=390 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.26% from 390); Green value is 174 (68.36% from 255 or 44.62% from 390); Blue value is 59 (23.44% from 255 or 15.13% from 390); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAE3B is #6251C4. Grayscale: #9C9C9C. Windows color (decimal): -6443461 or 3911325. OLE color: 3911325.
HSL color Cylindrical-coordinate representation of color #9DAE3B: hue angle of 68.87º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9DAE3B is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 59 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.32 |
| HSL | 68.87º | 0.49% | 0.46% | - |
| HSV(B) | 68.87º | 0.66% | 0.68% | - |
| XYZ | 29.83 | 37.76 | 9.85 | - |
| YUV | 155.81 | 73.37 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 59 | 0.10 | 0 | 0.66 | 0.32 | 68.87 | 0.49 | 0.46 |
| Hex | 9D | AE | 3B | A | 0 | 42 | 20 | 45 | 31 | 2E |
| Octal | 235 | 256 | 73 | 12 | 0 | 102 | 40 | 105 | 61 | 56 |
| Binary | 10011101 | 10101110 | 111011 | 1010 | 0 | 1000010 | 100000 | 1000101 | 110001 | 101110 |
Color Harmonies of #9DAE3B
Complementary color
Monochromatic Colors of #9DAE3B
Black with #9DAE3B
Text Example
Text Example
White with #9DAE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE3B; }
p { color: rgb(157,174,59); }
H1.HeaderClassName
{
color: #9DAE3B;
}
.AnyTagClassName
{
color: #9DAE3B;
}
</style>
background-color css
<style>
a { background-color: #9DAE3B; }
a { background-color: rgb(157,174,59); }
div.DivClassName
{
background-color: #9DAE3B;
}
.BgClassName
{
background-color: #9DAE3B;
}
</style>
border-color css
<style>
span { border-color: #9DAE3B; }
span { border-color: rgb(157,174,59); }
td.TdClassName
{
border-color: #9DAE3B;
}
.TagClassName
{
border-color: #9DAE3B;
}
</style>