Shades of Shamrock Green #018A56
Tints of Shamrock Green #018A56
RGB
CMYK
RGB Variations
Color information
#018A56 (or 0x018A56) is known color: Shamrock Green. HEX triplet: 01, 8A and 56. RGB value is (1,138,86). Sum of RGB (Red+Green+Blue) = 1+138+86=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 138 (54.30% from 255 or 61.33% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 138 - color contains mainly: green. Hex color #018A56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018A56 is #FE75A9. Grayscale: #5B5B5B. Windows color (decimal): -16676266 or 5671425. OLE color: 5671425.
HSL color Cylindrical-coordinate representation of color #018A56: hue angle of 157.23º 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 #018A56 is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 138 | 86 | - |
| CMYK | 0.99 | 0 | 0.38 | 0.46 |
| HSL | 157.23º | 0.99% | 0.27% | - |
| HSV(B) | 157.23º | 0.99% | 0.54% | - |
| XYZ | 10.78 | 18.86 | 11.88 | - |
| YUV | 91.11 | 125.11 | 63.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 86 | 0.99 | 0 | 0.38 | 0.46 | 157.23 | 0.99 | 0.27 |
| Hex | 1 | 8A | 56 | 63 | 0 | 26 | 2E | 9D | 63 | 1B |
| Octal | 1 | 212 | 126 | 143 | 0 | 46 | 56 | 235 | 143 | 33 |
| Binary | 1 | 10001010 | 1010110 | 1100011 | 0 | 100110 | 101110 | 10011101 | 1100011 | 11011 |
Color Harmonies of #018A56
Complementary color
Monochromatic Colors of #018A56
Black with #018A56
Text Example
Text Example
White with #018A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018A56; }
p { color: rgb(1,138,86); }
H1.HeaderClassName
{
color: #018A56;
}
.AnyTagClassName
{
color: #018A56;
}
</style>
background-color css
<style>
a { background-color: #018A56; }
a { background-color: rgb(1,138,86); }
div.DivClassName
{
background-color: #018A56;
}
.BgClassName
{
background-color: #018A56;
}
</style>
border-color css
<style>
span { border-color: #018A56; }
span { border-color: rgb(1,138,86); }
td.TdClassName
{
border-color: #018A56;
}
.TagClassName
{
border-color: #018A56;
}
</style>