#46E180

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

Shades of Emerald #46E180

Tints of Emerald #46E180

Color information

#46E180 (or 0x46E180) is unknown color: approx Emerald. HEX triplet: 46, E1 and 80. RGB value is (70,225,128). Sum of RGB (Red+Green+Blue) = 70+225+128=423 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.55% from 423); Green value is 225 (88.28% from 255 or 53.19% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 225 - color contains mainly: green. Hex color #46E180 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46E180 is #B91E7F. Grayscale: #A7A7A7. Windows color (decimal): -12131968 or 8446278. OLE color: 8446278.

HSL color Cylindrical-coordinate representation of color #46E180: hue angle of 142.45º 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 #46E180 is Cyan = 0.69, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB70225128-
CMYK0.6900.430.12
HSL142.45º72.09%57.84%-
HSV(B)142.45º68.89%88.24%-
XYZ33.3556.7129.61-
YUV167.6105.6558.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.55%
GREEN value IS 225 (88.28% from 255) = 53.19%
BLUE value IS 128 (50.39% from 255) = 30.26%
R=16.55%
G=53.19%
B=30.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal702251280.6900.430.12142.4572.0957.84
Hex46E1804502BC8e483a
Octal1063412001050531421611072
Binary10001101110000110000000100010101010111100100011101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46E180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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