Shades of Shamrock Green #018A55
Tints of Shamrock Green #018A55
RGB
CMYK
RGB Variations
Color information
#018A55 (or 0x018A55) is known color: Shamrock Green. HEX triplet: 01, 8A and 55. RGB value is (1,138,85). Sum of RGB (Red+Green+Blue) = 1+138+85=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 138 (54.30% from 255 or 61.61% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 138 - color contains mainly: green. Hex color #018A55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018A55 is #FE75AA. Grayscale: #5B5B5B. Windows color (decimal): -16676267 or 5605889. OLE color: 5605889.
HSL color Cylindrical-coordinate representation of color #018A55: hue angle of 156.79º 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 #018A55 is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 138 | 85 | - |
| CMYK | 0.99 | 0 | 0.38 | 0.46 |
| HSL | 156.79º | 0.99% | 0.27% | - |
| HSV(B) | 156.79º | 0.99% | 0.54% | - |
| XYZ | 10.74 | 18.84 | 11.66 | - |
| YUV | 91 | 124.61 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 85 | 0.99 | 0 | 0.38 | 0.46 | 156.79 | 0.99 | 0.27 |
| Hex | 1 | 8A | 55 | 63 | 0 | 26 | 2E | 9D | 63 | 1B |
| Octal | 1 | 212 | 125 | 143 | 0 | 46 | 56 | 235 | 143 | 33 |
| Binary | 1 | 10001010 | 1010101 | 1100011 | 0 | 100110 | 101110 | 10011101 | 1100011 | 11011 |
Color Harmonies of #018A55
Complementary color
Monochromatic Colors of #018A55
Black with #018A55
Text Example
Text Example
White with #018A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018A55; }
p { color: rgb(1,138,85); }
H1.HeaderClassName
{
color: #018A55;
}
.AnyTagClassName
{
color: #018A55;
}
</style>
background-color css
<style>
a { background-color: #018A55; }
a { background-color: rgb(1,138,85); }
div.DivClassName
{
background-color: #018A55;
}
.BgClassName
{
background-color: #018A55;
}
</style>
border-color css
<style>
span { border-color: #018A55; }
span { border-color: rgb(1,138,85); }
td.TdClassName
{
border-color: #018A55;
}
.TagClassName
{
border-color: #018A55;
}
</style>