Shades of Shamrock #3FC09A
Tints of Shamrock #3FC09A
RGB
CMYK
RGB Variations
Color information
#3FC09A (or 0x3FC09A) is known color: Shamrock. HEX triplet: 3F, C0 and 9A. RGB value is (63,192,154). Sum of RGB (Red+Green+Blue) = 63+192+154=409 (54% of max value = 765). Red value is 63 (25% from 255 or 15.40% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #3FC09A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC09A is #C03F65. Grayscale: #959595. Windows color (decimal): -12599142 or 10141759. OLE color: 10141759.
HSL color Cylindrical-coordinate representation of color #3FC09A: hue angle of 162.33º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FC09A is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 192 | 154 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.25 |
| HSL | 162.33º | 0.51% | 0.5% | - |
| HSV(B) | 162.33º | 0.67% | 0.75% | - |
| XYZ | 26.73 | 41.09 | 37.09 | - |
| YUV | 149.1 | 130.76 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 192 | 154 | 0.67 | 0 | 0.20 | 0.25 | 162.33 | 0.51 | 0.5 |
| Hex | 3F | C0 | 9A | 43 | 0 | 14 | 19 | A2 | 33 | 32 |
| Octal | 77 | 300 | 232 | 103 | 0 | 24 | 31 | 242 | 63 | 62 |
| Binary | 111111 | 11000000 | 10011010 | 1000011 | 0 | 10100 | 11001 | 10100010 | 110011 | 110010 |
Color Harmonies of #3FC09A
Complementary color
Monochromatic Colors of #3FC09A
Black with #3FC09A
Text Example
Text Example
White with #3FC09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC09A; }
p { color: rgb(63,192,154); }
H1.HeaderClassName
{
color: #3FC09A;
}
.AnyTagClassName
{
color: #3FC09A;
}
</style>
background-color css
<style>
a { background-color: #3FC09A; }
a { background-color: rgb(63,192,154); }
div.DivClassName
{
background-color: #3FC09A;
}
.BgClassName
{
background-color: #3FC09A;
}
</style>
border-color css
<style>
span { border-color: #3FC09A; }
span { border-color: rgb(63,192,154); }
td.TdClassName
{
border-color: #3FC09A;
}
.TagClassName
{
border-color: #3FC09A;
}
</style>