#46C89D

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

Shades of Shamrock #46C89D

Tints of Shamrock #46C89D

Color information

#46C89D (or 0x46C89D) is unknown color: approx Shamrock. HEX triplet: 46, C8 and 9D. RGB value is (70,200,157). Sum of RGB (Red+Green+Blue) = 70+200+157=427 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.39% from 427); Green value is 200 (78.52% from 255 or 46.84% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 200 - color contains mainly: green. Hex color #46C89D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46C89D is #B93762. Grayscale: #9C9C9C. Windows color (decimal): -12138339 or 10340422. OLE color: 10340422.

HSL color Cylindrical-coordinate representation of color #46C89D: hue angle of 160.15º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C89D is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB70200157-
CMYK0.6500.220.22
HSL160.15º54.17%52.94%-
HSV(B)160.15º65%78.43%-
XYZ29.2745.0439.05-
YUV156.23128.4366.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.39%
GREEN value IS 200 (78.52% from 255) = 46.84%
BLUE value IS 157 (61.72% from 255) = 36.77%
R=16.39%
G=46.84%
B=36.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal702001570.6500.220.22160.1554.1752.94
Hex46C89D4101616a03635
Octal106310235101026262406665
Binary1000110110010001001110110000010101101011010100000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,200,157); }

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

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

 a { background-color: rgb(70,200,157); }

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

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

 span { border-color: rgb(70,200,157); }

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