Shades of Shamrock #3FF0A0
Tints of Shamrock #3FF0A0
RGB
CMYK
RGB Variations
Color information
#3FF0A0 (or 0x3FF0A0) is known color: Shamrock. HEX triplet: 3F, F0 and A0. RGB value is (63,240,160). Sum of RGB (Red+Green+Blue) = 63+240+160=463 (61% of max value = 765). Red value is 63 (25% from 255 or 13.61% from 463); Green value is 240 (94.14% from 255 or 51.84% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF0A0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FF0A0 is #C00F5F. Grayscale: #B2B2B2. Windows color (decimal): -12586848 or 10547263. OLE color: 10547263.
HSL color Cylindrical-coordinate representation of color #3FF0A0: hue angle of 152.88º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF0A0 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 240 | 160 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.06 |
| HSL | 152.88º | 0.86% | 0.59% | - |
| HSV(B) | 152.88º | 0.74% | 0.94% | - |
| XYZ | 39.56 | 65.92 | 43.9 | - |
| YUV | 177.96 | 117.86 | 46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 240 | 160 | 0.74 | 0 | 0.33 | 0.06 | 152.88 | 0.86 | 0.59 |
| Hex | 3F | F0 | A0 | 4A | 0 | 21 | 6 | 99 | 56 | 3B |
| Octal | 77 | 360 | 240 | 112 | 0 | 41 | 6 | 231 | 126 | 73 |
| Binary | 111111 | 11110000 | 10100000 | 1001010 | 0 | 100001 | 110 | 10011001 | 1010110 | 111011 |
Color Harmonies of #3FF0A0
Complementary color
Monochromatic Colors of #3FF0A0
Black with #3FF0A0
Text Example
Text Example
White with #3FF0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF0A0; }
p { color: rgb(63,240,160); }
H1.HeaderClassName
{
color: #3FF0A0;
}
.AnyTagClassName
{
color: #3FF0A0;
}
</style>
background-color css
<style>
a { background-color: #3FF0A0; }
a { background-color: rgb(63,240,160); }
div.DivClassName
{
background-color: #3FF0A0;
}
.BgClassName
{
background-color: #3FF0A0;
}
</style>
border-color css
<style>
span { border-color: #3FF0A0; }
span { border-color: rgb(63,240,160); }
td.TdClassName
{
border-color: #3FF0A0;
}
.TagClassName
{
border-color: #3FF0A0;
}
</style>