Shades of Limerick #8AAD3B
Tints of Limerick #8AAD3B
RGB
CMYK
RGB Variations
Color information
#8AAD3B (or 0x8AAD3B) is known color: Limerick. HEX triplet: 8A, AD and 3B. RGB value is (138,173,59). Sum of RGB (Red+Green+Blue) = 138+173+59=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 59 (23.44% from 255 or 15.95% from 370); Max value from RGB is 173 - color contains mainly: green. Hex color #8AAD3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAD3B is #7552C4. Grayscale: #959595. Windows color (decimal): -7688901 or 3911050. OLE color: 3911050.
HSL color Cylindrical-coordinate representation of color #8AAD3B: hue angle of 78.42º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8AAD3B is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 173 | 59 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.32 |
| HSL | 78.42º | 0.49% | 0.45% | - |
| HSV(B) | 78.42º | 0.66% | 0.68% | - |
| XYZ | 26.21 | 35.61 | 9.63 | - |
| YUV | 149.54 | 76.9 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 173 | 59 | 0.20 | 0 | 0.66 | 0.32 | 78.42 | 0.49 | 0.45 |
| Hex | 8A | AD | 3B | 14 | 0 | 42 | 20 | 4E | 31 | 2D |
| Octal | 212 | 255 | 73 | 24 | 0 | 102 | 40 | 116 | 61 | 55 |
| Binary | 10001010 | 10101101 | 111011 | 10100 | 0 | 1000010 | 100000 | 1001110 | 110001 | 101101 |
Color Harmonies of #8AAD3B
Complementary color
Monochromatic Colors of #8AAD3B
Black with #8AAD3B
Text Example
Text Example
White with #8AAD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAD3B; }
p { color: rgb(138,173,59); }
H1.HeaderClassName
{
color: #8AAD3B;
}
.AnyTagClassName
{
color: #8AAD3B;
}
</style>
background-color css
<style>
a { background-color: #8AAD3B; }
a { background-color: rgb(138,173,59); }
div.DivClassName
{
background-color: #8AAD3B;
}
.BgClassName
{
background-color: #8AAD3B;
}
</style>
border-color css
<style>
span { border-color: #8AAD3B; }
span { border-color: rgb(138,173,59); }
td.TdClassName
{
border-color: #8AAD3B;
}
.TagClassName
{
border-color: #8AAD3B;
}
</style>