Shades of Shamrock Green #019C5B
Tints of Shamrock Green #019C5B
RGB
CMYK
RGB Variations
Color information
#019C5B (or 0x019C5B) is known color: Shamrock Green. HEX triplet: 01, 9C and 5B. RGB value is (1,156,91). Sum of RGB (Red+Green+Blue) = 1+156+91=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 156 (61.33% from 255 or 62.90% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 156 - color contains mainly: green. Hex color #019C5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019C5B is #FE63A4. Grayscale: #666666. Windows color (decimal): -16671653 or 6003713. OLE color: 6003713.
HSL color Cylindrical-coordinate representation of color #019C5B: hue angle of 154.84º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019C5B is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 156 | 91 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.39 |
| HSL | 154.84º | 0.99% | 0.31% | - |
| HSV(B) | 154.84º | 0.99% | 0.61% | - |
| XYZ | 13.79 | 24.54 | 13.91 | - |
| YUV | 102.25 | 121.65 | 55.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 156 | 91 | 0.99 | 0 | 0.42 | 0.39 | 154.84 | 0.99 | 0.31 |
| Hex | 1 | 9C | 5B | 63 | 0 | 2A | 27 | 9B | 63 | 1F |
| Octal | 1 | 234 | 133 | 143 | 0 | 52 | 47 | 233 | 143 | 37 |
| Binary | 1 | 10011100 | 1011011 | 1100011 | 0 | 101010 | 100111 | 10011011 | 1100011 | 11111 |
Color Harmonies of #019C5B
Complementary color
Monochromatic Colors of #019C5B
Black with #019C5B
Text Example
Text Example
White with #019C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019C5B; }
p { color: rgb(1,156,91); }
H1.HeaderClassName
{
color: #019C5B;
}
.AnyTagClassName
{
color: #019C5B;
}
</style>
background-color css
<style>
a { background-color: #019C5B; }
a { background-color: rgb(1,156,91); }
div.DivClassName
{
background-color: #019C5B;
}
.BgClassName
{
background-color: #019C5B;
}
</style>
border-color css
<style>
span { border-color: #019C5B; }
span { border-color: rgb(1,156,91); }
td.TdClassName
{
border-color: #019C5B;
}
.TagClassName
{
border-color: #019C5B;
}
</style>