#3FFA8A

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

Shades of Shamrock #3FFA8A

Tints of Shamrock #3FFA8A

Color information

#3FFA8A (or 0x3FFA8A) is unknown color: approx Shamrock. HEX triplet: 3F, FA and 8A. RGB value is (63,250,138). Sum of RGB (Red+Green+Blue) = 63+250+138=451 (59% of max value = 765). Red value is 63 (25% from 255 or 13.97% from 451); Green value is 250 (98.05% from 255 or 55.43% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFA8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFA8A is #C00575. Grayscale: #B5B5B5. Windows color (decimal): -12584310 or 9108031. OLE color: 9108031.

HSL color Cylindrical-coordinate representation of color #3FFA8A: hue angle of 144.06º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFA8A is Cyan = 0.75, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB63250138-
CMYK0.7500.450.02
HSL144.06º94.92%61.37%-
HSV(B)144.06º74.8%98.04%-
XYZ40.8271.2635.65-
YUV181.32103.5543.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.97%
GREEN value IS 250 (98.05% from 255) = 55.43%
BLUE value IS 138 (54.30% from 255) = 30.60%
R=13.97%
G=55.43%
B=30.60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal632501380.7500.450.02144.0694.9261.37
Hex3FFA8A4B02D2905f3d
Octal77372212113055222013775
Binary11111111111010100010101001011010110110100100001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FFA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,250,138); }

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

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

 a { background-color: rgb(63,250,138); }

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

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

 span { border-color: rgb(63,250,138); }

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