Shades of Shamrock #1CDC93
Tints of Shamrock #1CDC93
RGB
CMYK
RGB Variations
Color information
#1CDC93 (or 0x1CDC93) is known color: Shamrock. HEX triplet: 1C, DC and 93. RGB value is (28,220,147). Sum of RGB (Red+Green+Blue) = 28+220+147=395 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.09% from 395); Green value is 220 (86.33% from 255 or 55.70% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 220 - color contains mainly: green. Hex color #1CDC93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CDC93 is #E3236C. Grayscale: #9A9A9A. Windows color (decimal): -14885741 or 9690140. OLE color: 9690140.
HSL color Cylindrical-coordinate representation of color #1CDC93: hue angle of 157.19º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDC93 is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 220 | 147 | - |
| CMYK | 0.87 | 0 | 0.33 | 0.14 |
| HSL | 157.19º | 0.77% | 0.49% | - |
| HSV(B) | 157.19º | 0.87% | 0.86% | - |
| XYZ | 31.34 | 53.54 | 36.29 | - |
| YUV | 154.27 | 123.89 | 37.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 220 | 147 | 0.87 | 0 | 0.33 | 0.14 | 157.19 | 0.77 | 0.49 |
| Hex | 1C | DC | 93 | 57 | 0 | 21 | E | 9D | 4D | 31 |
| Octal | 34 | 334 | 223 | 127 | 0 | 41 | 16 | 235 | 115 | 61 |
| Binary | 11100 | 11011100 | 10010011 | 1010111 | 0 | 100001 | 1110 | 10011101 | 1001101 | 110001 |
Color Harmonies of #1CDC93
Complementary color
Monochromatic Colors of #1CDC93
Black with #1CDC93
Text Example
Text Example
White with #1CDC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDC93; }
p { color: rgb(28,220,147); }
H1.HeaderClassName
{
color: #1CDC93;
}
.AnyTagClassName
{
color: #1CDC93;
}
</style>
background-color css
<style>
a { background-color: #1CDC93; }
a { background-color: rgb(28,220,147); }
div.DivClassName
{
background-color: #1CDC93;
}
.BgClassName
{
background-color: #1CDC93;
}
</style>
border-color css
<style>
span { border-color: #1CDC93; }
span { border-color: rgb(28,220,147); }
td.TdClassName
{
border-color: #1CDC93;
}
.TagClassName
{
border-color: #1CDC93;
}
</style>