#46E168

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

Shades of Emerald #46E168

Tints of Emerald #46E168

Color information

#46E168 (or 0x46E168) is unknown color: approx Emerald. HEX triplet: 46, E1 and 68. RGB value is (70,225,104). Sum of RGB (Red+Green+Blue) = 70+225+104=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 225 (88.28% from 255 or 56.39% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 225 - color contains mainly: green. Hex color #46E168 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46E168 is #B91E97. Grayscale: #A5A5A5. Windows color (decimal): -12131992 or 6873414. OLE color: 6873414.

HSL color Cylindrical-coordinate representation of color #46E168: hue angle of 133.16º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46E168 is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB70225104-
CMYK0.6900.540.12
HSL133.16º72.09%57.84%-
HSV(B)133.16º68.89%88.24%-
XYZ31.9556.1522.25-
YUV164.8693.6560.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.54%
GREEN value IS 225 (88.28% from 255) = 56.39%
BLUE value IS 104 (41.02% from 255) = 26.07%
R=17.54%
G=56.39%
B=26.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal702251040.6900.540.12133.1672.0957.84
Hex46E16845036C85483a
Octal1063411501050661420511072
Binary1000110111000011101000100010101101101100100001011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46E168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,225,104); }

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

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

 a { background-color: rgb(70,225,104); }

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

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

 span { border-color: rgb(70,225,104); }

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