Shades of Shamrock #1CD197
Tints of Shamrock #1CD197
RGB
CMYK
RGB Variations
Color information
#1CD197 (or 0x1CD197) is known color: Shamrock. HEX triplet: 1C, D1 and 97. RGB value is (28,209,151). Sum of RGB (Red+Green+Blue) = 28+209+151=388 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.22% from 388); Green value is 209 (82.03% from 255 or 53.87% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 209 - color contains mainly: green. Hex color #1CD197 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CD197 is #E32E68. Grayscale: #949494. Windows color (decimal): -14888553 or 9949468. OLE color: 9949468.
HSL color Cylindrical-coordinate representation of color #1CD197: hue angle of 160.77º 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 #1CD197 is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 209 | 151 | - |
| CMYK | 0.87 | 0 | 0.28 | 0.18 |
| HSL | 160.77º | 0.76% | 0.46% | - |
| HSV(B) | 160.77º | 0.87% | 0.82% | - |
| XYZ | 28.87 | 48.08 | 37.04 | - |
| YUV | 148.27 | 129.53 | 42.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 209 | 151 | 0.87 | 0 | 0.28 | 0.18 | 160.77 | 0.76 | 0.46 |
| Hex | 1C | D1 | 97 | 57 | 0 | 1C | 12 | A1 | 4C | 2E |
| Octal | 34 | 321 | 227 | 127 | 0 | 34 | 22 | 241 | 114 | 56 |
| Binary | 11100 | 11010001 | 10010111 | 1010111 | 0 | 11100 | 10010 | 10100001 | 1001100 | 101110 |
Color Harmonies of #1CD197
Complementary color
Monochromatic Colors of #1CD197
Black with #1CD197
Text Example
Text Example
White with #1CD197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD197; }
p { color: rgb(28,209,151); }
H1.HeaderClassName
{
color: #1CD197;
}
.AnyTagClassName
{
color: #1CD197;
}
</style>
background-color css
<style>
a { background-color: #1CD197; }
a { background-color: rgb(28,209,151); }
div.DivClassName
{
background-color: #1CD197;
}
.BgClassName
{
background-color: #1CD197;
}
</style>
border-color css
<style>
span { border-color: #1CD197; }
span { border-color: rgb(28,209,151); }
td.TdClassName
{
border-color: #1CD197;
}
.TagClassName
{
border-color: #1CD197;
}
</style>