Shades of Shamrock Green #008A5D
Tints of Shamrock Green #008A5D
RGB
CMYK
RGB Variations
Color information
#008A5D (or 0x008A5D) is known color: Shamrock Green. HEX triplet: 00, 8A and 5D. RGB value is (0,138,93). Sum of RGB (Red+Green+Blue) = 0+138+93=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 138 (54.30% from 255 or 59.74% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 138 - color contains mainly: green. Hex color #008A5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008A5D is #FF75A2. Grayscale: #5B5B5B. Windows color (decimal): -16741795 or 6130176. OLE color: 6130176.
HSL color Cylindrical-coordinate representation of color #008A5D: hue angle of 160.43º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008A5D is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 138 | 93 | - |
| CMYK | 1 | 0 | 0.33 | 0.46 |
| HSL | 160.43º | 1% | 0.27% | - |
| HSV(B) | 160.43º | 1% | 0.54% | - |
| XYZ | 11.06 | 18.97 | 13.43 | - |
| YUV | 91.61 | 128.78 | 62.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 93 | 1 | 0 | 0.33 | 0.46 | 160.43 | 1 | 0.27 |
| Hex | 0 | 8A | 5D | 64 | 0 | 21 | 2E | A0 | 64 | 1B |
| Octal | 0 | 212 | 135 | 144 | 0 | 41 | 56 | 240 | 144 | 33 |
| Binary | 0 | 10001010 | 1011101 | 1100100 | 0 | 100001 | 101110 | 10100000 | 1100100 | 11011 |
Color Harmonies of #008A5D
Complementary color
Monochromatic Colors of #008A5D
Black with #008A5D
Text Example
Text Example
White with #008A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008A5D; }
p { color: rgb(0,138,93); }
H1.HeaderClassName
{
color: #008A5D;
}
.AnyTagClassName
{
color: #008A5D;
}
</style>
background-color css
<style>
a { background-color: #008A5D; }
a { background-color: rgb(0,138,93); }
div.DivClassName
{
background-color: #008A5D;
}
.BgClassName
{
background-color: #008A5D;
}
</style>
border-color css
<style>
span { border-color: #008A5D; }
span { border-color: rgb(0,138,93); }
td.TdClassName
{
border-color: #008A5D;
}
.TagClassName
{
border-color: #008A5D;
}
</style>