Shades of Shamrock Green #018A50
Tints of Shamrock Green #018A50
RGB
CMYK
RGB Variations
Color information
#018A50 (or 0x018A50) is known color: Shamrock Green. HEX triplet: 01, 8A and 50. RGB value is (1,138,80). Sum of RGB (Red+Green+Blue) = 1+138+80=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 138 (54.30% from 255 or 63.01% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 138 - color contains mainly: green. Hex color #018A50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018A50 is #FE75AF. Grayscale: #5A5A5A. Windows color (decimal): -16676272 or 5278209. OLE color: 5278209.
HSL color Cylindrical-coordinate representation of color #018A50: hue angle of 154.6º 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 #018A50 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 138 | 80 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.46 |
| HSL | 154.6º | 0.99% | 0.27% | - |
| HSV(B) | 154.6º | 0.99% | 0.54% | - |
| XYZ | 10.55 | 18.76 | 10.65 | - |
| YUV | 90.43 | 122.11 | 64.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 80 | 0.99 | 0 | 0.42 | 0.46 | 154.6 | 0.99 | 0.27 |
| Hex | 1 | 8A | 50 | 63 | 0 | 2A | 2E | 9B | 63 | 1B |
| Octal | 1 | 212 | 120 | 143 | 0 | 52 | 56 | 233 | 143 | 33 |
| Binary | 1 | 10001010 | 1010000 | 1100011 | 0 | 101010 | 101110 | 10011011 | 1100011 | 11011 |
Color Harmonies of #018A50
Complementary color
Monochromatic Colors of #018A50
Black with #018A50
Text Example
Text Example
White with #018A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018A50; }
p { color: rgb(1,138,80); }
H1.HeaderClassName
{
color: #018A50;
}
.AnyTagClassName
{
color: #018A50;
}
</style>
background-color css
<style>
a { background-color: #018A50; }
a { background-color: rgb(1,138,80); }
div.DivClassName
{
background-color: #018A50;
}
.BgClassName
{
background-color: #018A50;
}
</style>
border-color css
<style>
span { border-color: #018A50; }
span { border-color: rgb(1,138,80); }
td.TdClassName
{
border-color: #018A50;
}
.TagClassName
{
border-color: #018A50;
}
</style>