Shades of Shamrock #1CD194
Tints of Shamrock #1CD194
RGB
CMYK
RGB Variations
Color information
#1CD194 (or 0x1CD194) is known color: Shamrock. HEX triplet: 1C, D1 and 94. RGB value is (28,209,148). Sum of RGB (Red+Green+Blue) = 28+209+148=385 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.27% from 385); Green value is 209 (82.03% from 255 or 54.29% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 209 - color contains mainly: green. Hex color #1CD194 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CD194 is #E32E6B. Grayscale: #939393. Windows color (decimal): -14888556 or 9752860. OLE color: 9752860.
HSL color Cylindrical-coordinate representation of color #1CD194: hue angle of 159.78º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD194 is Cyan = 0.87, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 209 | 148 | - |
| CMYK | 0.87 | 0 | 0.29 | 0.18 |
| HSL | 159.78º | 0.76% | 0.46% | - |
| HSV(B) | 159.78º | 0.87% | 0.82% | - |
| XYZ | 28.62 | 47.99 | 35.77 | - |
| YUV | 147.93 | 128.03 | 42.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 209 | 148 | 0.87 | 0 | 0.29 | 0.18 | 159.78 | 0.76 | 0.46 |
| Hex | 1C | D1 | 94 | 57 | 0 | 1D | 12 | A0 | 4C | 2E |
| Octal | 34 | 321 | 224 | 127 | 0 | 35 | 22 | 240 | 114 | 56 |
| Binary | 11100 | 11010001 | 10010100 | 1010111 | 0 | 11101 | 10010 | 10100000 | 1001100 | 101110 |
Color Harmonies of #1CD194
Complementary color
Monochromatic Colors of #1CD194
Black with #1CD194
Text Example
Text Example
White with #1CD194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD194; }
p { color: rgb(28,209,148); }
H1.HeaderClassName
{
color: #1CD194;
}
.AnyTagClassName
{
color: #1CD194;
}
</style>
background-color css
<style>
a { background-color: #1CD194; }
a { background-color: rgb(28,209,148); }
div.DivClassName
{
background-color: #1CD194;
}
.BgClassName
{
background-color: #1CD194;
}
</style>
border-color css
<style>
span { border-color: #1CD194; }
span { border-color: rgb(28,209,148); }
td.TdClassName
{
border-color: #1CD194;
}
.TagClassName
{
border-color: #1CD194;
}
</style>