Shades of Shamrock #3FFFA0
Tints of Shamrock #3FFFA0
RGB
CMYK
RGB Variations
Color information
#3FFFA0 (or 0x3FFFA0) is known color: Shamrock. HEX triplet: 3F, FF and A0. RGB value is (63,255,160). Sum of RGB (Red+Green+Blue) = 63+255+160=478 (63% of max value = 765). Red value is 63 (25% from 255 or 13.18% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFFA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFFA0 is #C0005F. Grayscale: #BABABA. Windows color (decimal): -12583008 or 10551103. OLE color: 10551103.
HSL color Cylindrical-coordinate representation of color #3FFFA0: hue angle of 150.31º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFFA0 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 63 | 255 | 160 | - |
| CMYK | 0.75 | 0 | 0.37 | 0 |
| HSL | 150.31º | 1% | 0.62% | - |
| HSV(B) | 150.31º | 0.75% | 1% | - |
| XYZ | 44.16 | 75.11 | 45.43 | - |
| YUV | 186.76 | 112.89 | 39.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 255 | 160 | 0.75 | 0 | 0.37 | 0 | 150.31 | 1 | 0.62 |
| Hex | 3F | FF | A0 | 4B | 0 | 25 | 0 | 96 | 64 | 3E |
| Octal | 77 | 377 | 240 | 113 | 0 | 45 | 0 | 226 | 144 | 76 |
| Binary | 111111 | 11111111 | 10100000 | 1001011 | 0 | 100101 | 0 | 10010110 | 1100100 | 111110 |
Color Harmonies of #3FFFA0
Complementary color
Monochromatic Colors of #3FFFA0
Black with #3FFFA0
Text Example
Text Example
White with #3FFFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFFA0; }
p { color: rgb(63,255,160); }
H1.HeaderClassName
{
color: #3FFFA0;
}
.AnyTagClassName
{
color: #3FFFA0;
}
</style>
background-color css
<style>
a { background-color: #3FFFA0; }
a { background-color: rgb(63,255,160); }
div.DivClassName
{
background-color: #3FFFA0;
}
.BgClassName
{
background-color: #3FFFA0;
}
</style>
border-color css
<style>
span { border-color: #3FFFA0; }
span { border-color: rgb(63,255,160); }
td.TdClassName
{
border-color: #3FFFA0;
}
.TagClassName
{
border-color: #3FFFA0;
}
</style>