#46FFA4

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

Shades of Shamrock #46FFA4

Tints of Shamrock #46FFA4

Color information

#46FFA4 (or 0x46FFA4) is unknown color: approx Shamrock. HEX triplet: 46, FF and A4. RGB value is (70,255,164). Sum of RGB (Red+Green+Blue) = 70+255+164=489 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.31% from 489); Green value is 255 (100% from 255 or 52.15% from 489); Blue value is 164 (64.45% from 255 or 33.54% from 489); Max value from RGB is 255 - color contains mainly: green. Hex color #46FFA4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46FFA4 is #B9005B. Grayscale: #BDBDBD. Windows color (decimal): -12124252 or 10813254. OLE color: 10813254.

HSL color Cylindrical-coordinate representation of color #46FFA4: hue angle of 150.49º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46FFA4 is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB70255164-
CMYK0.7300.360
HSL150.49º100%63.73%-
HSV(B)150.49º72.55%100%-
XYZ44.9975.547.32-
YUV189.31113.7142.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.31%
GREEN value IS 255 (100% from 255) = 52.15%
BLUE value IS 164 (64.45% from 255) = 33.54%
R=14.31%
G=52.15%
B=33.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal702551640.7300.360150.4910063.73
Hex46FFA4490240966440
Octal1063772441110440226144100
Binary100011011111111101001001001001010010001001011011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46FFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46FFA4; }

 p { color: rgb(70,255,164); }

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

<style>
 a { background-color: #46FFA4; }

 a { background-color: rgb(70,255,164); }

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

<style>
 span { border-color: #46FFA4; }

 span { border-color: rgb(70,255,164); }

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