#3FC294

Color #3FC294 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #3FC294

Tints of Shamrock #3FC294

Color information

#3FC294 (or 0x3FC294) is unknown color: approx Shamrock. HEX triplet: 3F, C2 and 94. RGB value is (63,194,148). Sum of RGB (Red+Green+Blue) = 63+194+148=405 (53% of max value = 765). Red value is 63 (25% from 255 or 15.56% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 194 - color contains mainly: green. Hex color #3FC294 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC294 is #C03D6B. Grayscale: #959595. Windows color (decimal): -12598636 or 9749055. OLE color: 9749055.

HSL color Cylindrical-coordinate representation of color #3FC294: hue angle of 158.93º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC294 is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB63194148-
CMYK0.6800.240.24
HSL158.93º51.78%50.39%-
HSV(B)158.93º67.53%76.08%-
XYZ26.6941.7834.67-
YUV149.59127.166.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 15.56%
GREEN value IS 194 (76.17% from 255) = 47.90%
BLUE value IS 148 (58.20% from 255) = 36.54%
R=15.56%
G=47.90%
B=36.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal631941480.6800.240.24158.9351.7850.39
Hex3FC29444018189f3432
Octal77302224104030302376462
Binary111111110000101001010010001000110001100010011111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FC294; }

 p { color: rgb(63,194,148); }

 H1.HeaderClassName
 {
   color: #3FC294;
 }
 .AnyTagClassName
 {
   color: #3FC294;
 }
</style>
background-color css

<style>
 a { background-color: #3FC294; }

 a { background-color: rgb(63,194,148); }

 div.DivClassName
 {
   background-color: #3FC294;
 }
 .BgClassName
 {
   background-color: #3FC294;
 }
</style>
border-color css

<style>
 span { border-color: #3FC294; }

 span { border-color: rgb(63,194,148); }

 td.TdClassName
 {
   border-color: #3FC294;
 }
 .TagClassName
 {
   border-color: #3FC294;
 }
</style>