Shades of Shamrock #3ED096
Tints of Shamrock #3ED096
RGB
CMYK
RGB Variations
Color information
#3ED096 (or 0x3ED096) is known color: Shamrock. HEX triplet: 3E, D0 and 96. RGB value is (62,208,150). Sum of RGB (Red+Green+Blue) = 62+208+150=420 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.76% from 420); Green value is 208 (81.64% from 255 or 49.52% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 208 - color contains mainly: green. Hex color #3ED096 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ED096 is #C12F69. Grayscale: #9D9D9D. Windows color (decimal): -12660586 or 9883710. OLE color: 9883710.
HSL color Cylindrical-coordinate representation of color #3ED096: hue angle of 156.16º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ED096 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 62 | 208 | 150 | - |
| CMYK | 0.70 | 0 | 0.28 | 0.18 |
| HSL | 156.16º | 0.61% | 0.53% | - |
| HSV(B) | 156.16º | 0.7% | 0.82% | - |
| XYZ | 30.05 | 48.34 | 36.6 | - |
| YUV | 157.73 | 123.63 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 208 | 150 | 0.70 | 0 | 0.28 | 0.18 | 156.16 | 0.61 | 0.53 |
| Hex | 3E | D0 | 96 | 46 | 0 | 1C | 12 | 9C | 3D | 35 |
| Octal | 76 | 320 | 226 | 106 | 0 | 34 | 22 | 234 | 75 | 65 |
| Binary | 111110 | 11010000 | 10010110 | 1000110 | 0 | 11100 | 10010 | 10011100 | 111101 | 110101 |
Color Harmonies of #3ED096
Complementary color
Monochromatic Colors of #3ED096
Black with #3ED096
Text Example
Text Example
White with #3ED096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED096; }
p { color: rgb(62,208,150); }
H1.HeaderClassName
{
color: #3ED096;
}
.AnyTagClassName
{
color: #3ED096;
}
</style>
background-color css
<style>
a { background-color: #3ED096; }
a { background-color: rgb(62,208,150); }
div.DivClassName
{
background-color: #3ED096;
}
.BgClassName
{
background-color: #3ED096;
}
</style>
border-color css
<style>
span { border-color: #3ED096; }
span { border-color: rgb(62,208,150); }
td.TdClassName
{
border-color: #3ED096;
}
.TagClassName
{
border-color: #3ED096;
}
</style>