#46E86A

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

Shades of Emerald #46E86A

Tints of Emerald #46E86A

Color information

#46E86A (or 0x46E86A) is unknown color: approx Emerald. HEX triplet: 46, E8 and 6A. RGB value is (70,232,106). Sum of RGB (Red+Green+Blue) = 70+232+106=408 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.16% from 408); Green value is 232 (91.02% from 255 or 56.86% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 232 - color contains mainly: green. Hex color #46E86A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #46E86A is #B91795. Grayscale: #A9A9A9. Windows color (decimal): -12130198 or 7006278. OLE color: 7006278.

HSL color Cylindrical-coordinate representation of color #46E86A: hue angle of 133.33º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46E86A is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB70232106-
CMYK0.7000.540.09
HSL133.33º77.88%59.22%-
HSV(B)133.33º69.83%90.98%-
XYZ33.9860.0623.44-
YUV169.292.3357.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.16%
GREEN value IS 232 (91.02% from 255) = 56.86%
BLUE value IS 106 (41.80% from 255) = 25.98%
R=17.16%
G=56.86%
B=25.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal702321060.7000.540.09133.3377.8859.22
Hex46E86A460369854e3b
Octal1063501521060661120511673
Binary1000110111010001101010100011001101101001100001011001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46E86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,232,106); }

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

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

 a { background-color: rgb(70,232,106); }

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

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

 span { border-color: rgb(70,232,106); }

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