#46DC8A

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

Shades of Emerald #46DC8A

Tints of Emerald #46DC8A

Color information

#46DC8A (or 0x46DC8A) is unknown color: approx Emerald. HEX triplet: 46, DC and 8A. RGB value is (70,220,138). Sum of RGB (Red+Green+Blue) = 70+220+138=428 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.36% from 428); Green value is 220 (86.33% from 255 or 51.40% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 220 - color contains mainly: green. Hex color #46DC8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46DC8A is #B92375. Grayscale: #A5A5A5. Windows color (decimal): -12133238 or 9100358. OLE color: 9100358.

HSL color Cylindrical-coordinate representation of color #46DC8A: hue angle of 147.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DC8A is Cyan = 0.68, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB70220138-
CMYK0.6800.370.14
HSL147.2º68.18%56.86%-
HSV(B)147.2º68.18%86.27%-
XYZ32.7154.3232.81-
YUV165.8112.359.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.36%
GREEN value IS 220 (86.33% from 255) = 51.40%
BLUE value IS 138 (54.30% from 255) = 32.24%
R=16.36%
G=51.40%
B=32.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal702201380.6800.370.14147.268.1856.86
Hex46DC8A44025E934439
Octal1063342121040451622310471
Binary10001101101110010001010100010001001011110100100111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,220,138); }

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

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

 a { background-color: rgb(70,220,138); }

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

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

 span { border-color: rgb(70,220,138); }

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