Shades of Shamrock Green #018A58
Tints of Shamrock Green #018A58
RGB
CMYK
RGB Variations
Color information
#018A58 (or 0x018A58) is known color: Shamrock Green. HEX triplet: 01, 8A and 58. RGB value is (1,138,88). Sum of RGB (Red+Green+Blue) = 1+138+88=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 138 (54.30% from 255 or 60.79% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 138 - color contains mainly: green. Hex color #018A58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018A58 is #FE75A7. Grayscale: #5B5B5B. Windows color (decimal): -16676264 or 5802497. OLE color: 5802497.
HSL color Cylindrical-coordinate representation of color #018A58: hue angle of 158.1º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018A58 is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 138 | 88 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.46 |
| HSL | 158.1º | 0.99% | 0.27% | - |
| HSV(B) | 158.1º | 0.99% | 0.54% | - |
| XYZ | 10.86 | 18.89 | 12.31 | - |
| YUV | 91.34 | 126.11 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 88 | 0.99 | 0 | 0.36 | 0.46 | 158.1 | 0.99 | 0.27 |
| Hex | 1 | 8A | 58 | 63 | 0 | 24 | 2E | 9E | 63 | 1B |
| Octal | 1 | 212 | 130 | 143 | 0 | 44 | 56 | 236 | 143 | 33 |
| Binary | 1 | 10001010 | 1011000 | 1100011 | 0 | 100100 | 101110 | 10011110 | 1100011 | 11011 |
Color Harmonies of #018A58
Complementary color
Monochromatic Colors of #018A58
Black with #018A58
Text Example
Text Example
White with #018A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018A58; }
p { color: rgb(1,138,88); }
H1.HeaderClassName
{
color: #018A58;
}
.AnyTagClassName
{
color: #018A58;
}
</style>
background-color css
<style>
a { background-color: #018A58; }
a { background-color: rgb(1,138,88); }
div.DivClassName
{
background-color: #018A58;
}
.BgClassName
{
background-color: #018A58;
}
</style>
border-color css
<style>
span { border-color: #018A58; }
span { border-color: rgb(1,138,88); }
td.TdClassName
{
border-color: #018A58;
}
.TagClassName
{
border-color: #018A58;
}
</style>