Shades of Shamrock Green #018A5D
Tints of Shamrock Green #018A5D
RGB
CMYK
RGB Variations
Color information
#018A5D (or 0x018A5D) is known color: Shamrock Green. HEX triplet: 01, 8A and 5D. RGB value is (1,138,93). Sum of RGB (Red+Green+Blue) = 1+138+93=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 138 (54.30% from 255 or 59.48% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 138 - color contains mainly: green. Hex color #018A5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018A5D is #FE75A2. Grayscale: #5B5B5B. Windows color (decimal): -16676259 or 6130177. OLE color: 6130177.
HSL color Cylindrical-coordinate representation of color #018A5D: hue angle of 160.29º 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 #018A5D is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 138 | 93 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.46 |
| HSL | 160.29º | 0.99% | 0.27% | - |
| HSV(B) | 160.29º | 0.99% | 0.54% | - |
| XYZ | 11.08 | 18.97 | 13.43 | - |
| YUV | 91.91 | 128.61 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 93 | 0.99 | 0 | 0.33 | 0.46 | 160.29 | 0.99 | 0.27 |
| Hex | 1 | 8A | 5D | 63 | 0 | 21 | 2E | A0 | 63 | 1B |
| Octal | 1 | 212 | 135 | 143 | 0 | 41 | 56 | 240 | 143 | 33 |
| Binary | 1 | 10001010 | 1011101 | 1100011 | 0 | 100001 | 101110 | 10100000 | 1100011 | 11011 |
Color Harmonies of #018A5D
Complementary color
Monochromatic Colors of #018A5D
Black with #018A5D
Text Example
Text Example
White with #018A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018A5D; }
p { color: rgb(1,138,93); }
H1.HeaderClassName
{
color: #018A5D;
}
.AnyTagClassName
{
color: #018A5D;
}
</style>
background-color css
<style>
a { background-color: #018A5D; }
a { background-color: rgb(1,138,93); }
div.DivClassName
{
background-color: #018A5D;
}
.BgClassName
{
background-color: #018A5D;
}
</style>
border-color css
<style>
span { border-color: #018A5D; }
span { border-color: rgb(1,138,93); }
td.TdClassName
{
border-color: #018A5D;
}
.TagClassName
{
border-color: #018A5D;
}
</style>