Shades of Shamrock Green #189F66
Tints of Shamrock Green #189F66
RGB
CMYK
RGB Variations
Color information
#189F66 (or 0x189F66) is known color: Shamrock Green. HEX triplet: 18, 9F and 66. RGB value is (24,159,102). Sum of RGB (Red+Green+Blue) = 24+159+102=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 159 (62.5% from 255 or 55.79% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 159 - color contains mainly: green. Hex color #189F66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #189F66 is #E76099. Grayscale: #707070. Windows color (decimal): -15163546 or 6725400. OLE color: 6725400.
HSL color Cylindrical-coordinate representation of color #189F66: hue angle of 154.67º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #189F66 is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 159 | 102 | - |
| CMYK | 0.85 | 0 | 0.36 | 0.38 |
| HSL | 154.67º | 0.74% | 0.36% | - |
| HSV(B) | 154.67º | 0.85% | 0.62% | - |
| XYZ | 15.17 | 25.95 | 16.78 | - |
| YUV | 112.14 | 122.27 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 159 | 102 | 0.85 | 0 | 0.36 | 0.38 | 154.67 | 0.74 | 0.36 |
| Hex | 18 | 9F | 66 | 55 | 0 | 24 | 26 | 9B | 4A | 24 |
| Octal | 30 | 237 | 146 | 125 | 0 | 44 | 46 | 233 | 112 | 44 |
| Binary | 11000 | 10011111 | 1100110 | 1010101 | 0 | 100100 | 100110 | 10011011 | 1001010 | 100100 |
Color Harmonies of #189F66
Complementary color
Monochromatic Colors of #189F66
Black with #189F66
Text Example
Text Example
White with #189F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189F66; }
p { color: rgb(24,159,102); }
H1.HeaderClassName
{
color: #189F66;
}
.AnyTagClassName
{
color: #189F66;
}
</style>
background-color css
<style>
a { background-color: #189F66; }
a { background-color: rgb(24,159,102); }
div.DivClassName
{
background-color: #189F66;
}
.BgClassName
{
background-color: #189F66;
}
</style>
border-color css
<style>
span { border-color: #189F66; }
span { border-color: rgb(24,159,102); }
td.TdClassName
{
border-color: #189F66;
}
.TagClassName
{
border-color: #189F66;
}
</style>