Shades of Shamrock #3EFFA0
Tints of Shamrock #3EFFA0
RGB
CMYK
RGB Variations
Color information
#3EFFA0 (or 0x3EFFA0) is known color: Shamrock. HEX triplet: 3E, FF and A0. RGB value is (62,255,160). Sum of RGB (Red+Green+Blue) = 62+255+160=477 (63% of max value = 765). Red value is 62 (24.61% from 255 or 13.00% from 477); Green value is 255 (100% from 255 or 53.46% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFFA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3EFFA0 is #C1005F. Grayscale: #BABABA. Windows color (decimal): -12648544 or 10551102. OLE color: 10551102.
HSL color Cylindrical-coordinate representation of color #3EFFA0: hue angle of 150.47º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFFA0 is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 255 | 160 | - |
| CMYK | 0.76 | 0 | 0.37 | 0 |
| HSL | 150.47º | 1% | 0.62% | - |
| HSV(B) | 150.47º | 0.76% | 1% | - |
| XYZ | 44.09 | 75.08 | 45.43 | - |
| YUV | 186.46 | 113.06 | 39.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 255 | 160 | 0.76 | 0 | 0.37 | 0 | 150.47 | 1 | 0.62 |
| Hex | 3E | FF | A0 | 4C | 0 | 25 | 0 | 96 | 64 | 3E |
| Octal | 76 | 377 | 240 | 114 | 0 | 45 | 0 | 226 | 144 | 76 |
| Binary | 111110 | 11111111 | 10100000 | 1001100 | 0 | 100101 | 0 | 10010110 | 1100100 | 111110 |
Color Harmonies of #3EFFA0
Complementary color
Monochromatic Colors of #3EFFA0
Black with #3EFFA0
Text Example
Text Example
White with #3EFFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFFA0; }
p { color: rgb(62,255,160); }
H1.HeaderClassName
{
color: #3EFFA0;
}
.AnyTagClassName
{
color: #3EFFA0;
}
</style>
background-color css
<style>
a { background-color: #3EFFA0; }
a { background-color: rgb(62,255,160); }
div.DivClassName
{
background-color: #3EFFA0;
}
.BgClassName
{
background-color: #3EFFA0;
}
</style>
border-color css
<style>
span { border-color: #3EFFA0; }
span { border-color: rgb(62,255,160); }
td.TdClassName
{
border-color: #3EFFA0;
}
.TagClassName
{
border-color: #3EFFA0;
}
</style>