Shades of Shamrock #3CF09C
Tints of Shamrock #3CF09C
RGB
CMYK
RGB Variations
Color information
#3CF09C (or 0x3CF09C) is known color: Shamrock. HEX triplet: 3C, F0 and 9C. RGB value is (60,240,156). Sum of RGB (Red+Green+Blue) = 60+240+156=456 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.16% from 456); Green value is 240 (94.14% from 255 or 52.63% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF09C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF09C is #C30F63. Grayscale: #B0B0B0. Windows color (decimal): -12783460 or 10285116. OLE color: 10285116.
HSL color Cylindrical-coordinate representation of color #3CF09C: hue angle of 152º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF09C is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 240 | 156 | - |
| CMYK | 0.75 | 0 | 0.35 | 0.06 |
| HSL | 152º | 0.86% | 0.59% | - |
| HSV(B) | 152º | 0.75% | 0.94% | - |
| XYZ | 39.02 | 65.68 | 42.07 | - |
| YUV | 176.6 | 116.37 | 44.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 240 | 156 | 0.75 | 0 | 0.35 | 0.06 | 152 | 0.86 | 0.59 |
| Hex | 3C | F0 | 9C | 4B | 0 | 23 | 6 | 98 | 56 | 3B |
| Octal | 74 | 360 | 234 | 113 | 0 | 43 | 6 | 230 | 126 | 73 |
| Binary | 111100 | 11110000 | 10011100 | 1001011 | 0 | 100011 | 110 | 10011000 | 1010110 | 111011 |
Color Harmonies of #3CF09C
Complementary color
Monochromatic Colors of #3CF09C
Black with #3CF09C
Text Example
Text Example
White with #3CF09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF09C; }
p { color: rgb(60,240,156); }
H1.HeaderClassName
{
color: #3CF09C;
}
.AnyTagClassName
{
color: #3CF09C;
}
</style>
background-color css
<style>
a { background-color: #3CF09C; }
a { background-color: rgb(60,240,156); }
div.DivClassName
{
background-color: #3CF09C;
}
.BgClassName
{
background-color: #3CF09C;
}
</style>
border-color css
<style>
span { border-color: #3CF09C; }
span { border-color: rgb(60,240,156); }
td.TdClassName
{
border-color: #3CF09C;
}
.TagClassName
{
border-color: #3CF09C;
}
</style>