Shades of Shamrock #3CC18D
Tints of Shamrock #3CC18D
RGB
CMYK
RGB Variations
Color information
#3CC18D (or 0x3CC18D) is known color: Shamrock. HEX triplet: 3C, C1 and 8D. RGB value is (60,193,141). Sum of RGB (Red+Green+Blue) = 60+193+141=394 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.23% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #3CC18D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC18D is #C33E72. Grayscale: #939393. Windows color (decimal): -12795507 or 9290044. OLE color: 9290044.
HSL color Cylindrical-coordinate representation of color #3CC18D: hue angle of 156.54º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC18D is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 193 | 141 | - |
| CMYK | 0.69 | 0 | 0.27 | 0.24 |
| HSL | 156.54º | 0.53% | 0.5% | - |
| HSV(B) | 156.54º | 0.69% | 0.76% | - |
| XYZ | 25.74 | 41.02 | 31.76 | - |
| YUV | 147.31 | 124.44 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 193 | 141 | 0.69 | 0 | 0.27 | 0.24 | 156.54 | 0.53 | 0.5 |
| Hex | 3C | C1 | 8D | 45 | 0 | 1B | 18 | 9D | 35 | 32 |
| Octal | 74 | 301 | 215 | 105 | 0 | 33 | 30 | 235 | 65 | 62 |
| Binary | 111100 | 11000001 | 10001101 | 1000101 | 0 | 11011 | 11000 | 10011101 | 110101 | 110010 |
Color Harmonies of #3CC18D
Complementary color
Monochromatic Colors of #3CC18D
Black with #3CC18D
Text Example
Text Example
White with #3CC18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC18D; }
p { color: rgb(60,193,141); }
H1.HeaderClassName
{
color: #3CC18D;
}
.AnyTagClassName
{
color: #3CC18D;
}
</style>
background-color css
<style>
a { background-color: #3CC18D; }
a { background-color: rgb(60,193,141); }
div.DivClassName
{
background-color: #3CC18D;
}
.BgClassName
{
background-color: #3CC18D;
}
</style>
border-color css
<style>
span { border-color: #3CC18D; }
span { border-color: rgb(60,193,141); }
td.TdClassName
{
border-color: #3CC18D;
}
.TagClassName
{
border-color: #3CC18D;
}
</style>