Shades of Shamrock #3CC98F
Tints of Shamrock #3CC98F
RGB
CMYK
RGB Variations
Color information
#3CC98F (or 0x3CC98F) is known color: Shamrock. HEX triplet: 3C, C9 and 8F. RGB value is (60,201,143). Sum of RGB (Red+Green+Blue) = 60+201+143=404 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.85% from 404); Green value is 201 (78.91% from 255 or 49.75% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 201 - color contains mainly: green. Hex color #3CC98F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC98F is #C33670. Grayscale: #989898. Windows color (decimal): -12793457 or 9423164. OLE color: 9423164.
HSL color Cylindrical-coordinate representation of color #3CC98F: hue angle of 155.32º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC98F is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 201 | 143 | - |
| CMYK | 0.70 | 0 | 0.29 | 0.21 |
| HSL | 155.32º | 0.57% | 0.51% | - |
| HSV(B) | 155.32º | 0.7% | 0.79% | - |
| XYZ | 27.71 | 44.72 | 33.16 | - |
| YUV | 152.23 | 122.79 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 201 | 143 | 0.70 | 0 | 0.29 | 0.21 | 155.32 | 0.57 | 0.51 |
| Hex | 3C | C9 | 8F | 46 | 0 | 1D | 15 | 9B | 39 | 33 |
| Octal | 74 | 311 | 217 | 106 | 0 | 35 | 25 | 233 | 71 | 63 |
| Binary | 111100 | 11001001 | 10001111 | 1000110 | 0 | 11101 | 10101 | 10011011 | 111001 | 110011 |
Color Harmonies of #3CC98F
Complementary color
Monochromatic Colors of #3CC98F
Black with #3CC98F
Text Example
Text Example
White with #3CC98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC98F; }
p { color: rgb(60,201,143); }
H1.HeaderClassName
{
color: #3CC98F;
}
.AnyTagClassName
{
color: #3CC98F;
}
</style>
background-color css
<style>
a { background-color: #3CC98F; }
a { background-color: rgb(60,201,143); }
div.DivClassName
{
background-color: #3CC98F;
}
.BgClassName
{
background-color: #3CC98F;
}
</style>
border-color css
<style>
span { border-color: #3CC98F; }
span { border-color: rgb(60,201,143); }
td.TdClassName
{
border-color: #3CC98F;
}
.TagClassName
{
border-color: #3CC98F;
}
</style>