#3FF2A9

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

Shades of Shamrock #3FF2A9

Tints of Shamrock #3FF2A9

Color information

#3FF2A9 (or 0x3FF2A9) is unknown color: approx Shamrock. HEX triplet: 3F, F2 and A9. RGB value is (63,242,169). Sum of RGB (Red+Green+Blue) = 63+242+169=474 (62% of max value = 765). Red value is 63 (25% from 255 or 13.29% from 474); Green value is 242 (94.92% from 255 or 51.05% from 474); Blue value is 169 (66.41% from 255 or 35.65% from 474); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF2A9 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FF2A9 is #C00D56. Grayscale: #B4B4B4. Windows color (decimal): -12586327 or 11137599. OLE color: 11137599.

HSL color Cylindrical-coordinate representation of color #3FF2A9: hue angle of 155.53º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF2A9 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB63242169-
CMYK0.7400.300.05
HSL155.53º87.32%59.8%-
HSV(B)155.53º73.97%94.9%-
XYZ40.9667.4348.39-
YUV180.16121.744.44-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.29%
GREEN value IS 242 (94.92% from 255) = 51.05%
BLUE value IS 169 (66.41% from 255) = 35.65%
R=13.29%
G=51.05%
B=35.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal632421690.7400.300.05155.5387.3259.8
Hex3FF2A94A01E59c573c
Octal77362251112036523412774
Binary11111111110010101010011001010011110101100111001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,242,169); }

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

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

 a { background-color: rgb(63,242,169); }

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

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

 span { border-color: rgb(63,242,169); }

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