#46CA94

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

Shades of Shamrock #46CA94

Tints of Shamrock #46CA94

Color information

#46CA94 (or 0x46CA94) is unknown color: approx Shamrock. HEX triplet: 46, CA and 94. RGB value is (70,202,148). Sum of RGB (Red+Green+Blue) = 70+202+148=420 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.67% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #46CA94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CA94 is #B9356B. Grayscale: #9C9C9C. Windows color (decimal): -12137836 or 9751110. OLE color: 9751110.

HSL color Cylindrical-coordinate representation of color #46CA94: hue angle of 155.45º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46CA94 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB70202148-
CMYK0.6500.270.21
HSL155.45º55.46%53.33%-
HSV(B)155.45º65.35%79.22%-
XYZ28.9945.6835.31-
YUV156.38123.2766.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.67%
GREEN value IS 202 (79.30% from 255) = 48.10%
BLUE value IS 148 (58.20% from 255) = 35.24%
R=16.67%
G=48.10%
B=35.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal702021480.6500.270.21155.4555.4653.33
Hex46CA944101B159b3735
Octal106312224101033252336765
Binary1000110110010101001010010000010110111010110011011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,202,148); }

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

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

 a { background-color: rgb(70,202,148); }

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

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

 span { border-color: rgb(70,202,148); }

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