Shades of Shamrock #1CC993
Tints of Shamrock #1CC993
RGB
CMYK
RGB Variations
Color information
#1CC993 (or 0x1CC993) is known color: Shamrock. HEX triplet: 1C, C9 and 93. RGB value is (28,201,147). Sum of RGB (Red+Green+Blue) = 28+201+147=376 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.45% from 376); Green value is 201 (78.91% from 255 or 53.46% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 201 - color contains mainly: green. Hex color #1CC993 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC993 is #E3366C. Grayscale: #8F8F8F. Windows color (decimal): -14890605 or 9685276. OLE color: 9685276.
HSL color Cylindrical-coordinate representation of color #1CC993: hue angle of 161.27º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC993 is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 201 | 147 | - |
| CMYK | 0.86 | 0 | 0.27 | 0.21 |
| HSL | 161.27º | 0.76% | 0.45% | - |
| HSV(B) | 161.27º | 0.86% | 0.79% | - |
| XYZ | 26.63 | 44.13 | 34.72 | - |
| YUV | 143.12 | 130.19 | 45.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 201 | 147 | 0.86 | 0 | 0.27 | 0.21 | 161.27 | 0.76 | 0.45 |
| Hex | 1C | C9 | 93 | 56 | 0 | 1B | 15 | A1 | 4C | 2D |
| Octal | 34 | 311 | 223 | 126 | 0 | 33 | 25 | 241 | 114 | 55 |
| Binary | 11100 | 11001001 | 10010011 | 1010110 | 0 | 11011 | 10101 | 10100001 | 1001100 | 101101 |
Color Harmonies of #1CC993
Complementary color
Monochromatic Colors of #1CC993
Black with #1CC993
Text Example
Text Example
White with #1CC993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC993; }
p { color: rgb(28,201,147); }
H1.HeaderClassName
{
color: #1CC993;
}
.AnyTagClassName
{
color: #1CC993;
}
</style>
background-color css
<style>
a { background-color: #1CC993; }
a { background-color: rgb(28,201,147); }
div.DivClassName
{
background-color: #1CC993;
}
.BgClassName
{
background-color: #1CC993;
}
</style>
border-color css
<style>
span { border-color: #1CC993; }
span { border-color: rgb(28,201,147); }
td.TdClassName
{
border-color: #1CC993;
}
.TagClassName
{
border-color: #1CC993;
}
</style>