#5AC180

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

Shades of Emerald #5AC180

Tints of Emerald #5AC180

Color information

#5AC180 (or 0x5AC180) is unknown color: approx Emerald. HEX triplet: 5A, C1 and 80. RGB value is (90,193,128). Sum of RGB (Red+Green+Blue) = 90+193+128=411 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.90% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #5AC180 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC180 is #A53E7F. Grayscale: #9A9A9A. Windows color (decimal): -10829440 or 8438106. OLE color: 8438106.

HSL color Cylindrical-coordinate representation of color #5AC180: hue angle of 142.14º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AC180 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB90193128-
CMYK0.5300.340.24
HSL142.14º45.37%55.49%-
HSV(B)142.14º53.37%75.69%-
XYZ27.1841.8727.07-
YUV154.79112.8881.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.90%
GREEN value IS 193 (75.78% from 255) = 46.96%
BLUE value IS 128 (50.39% from 255) = 31.14%
R=21.90%
G=46.96%
B=31.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal901931280.5300.340.24142.1445.3755.49
Hex5AC18035022188e2d37
Octal13230120065042302165567
Binary1011010110000011000000011010101000101100010001110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AC180; }

 p { color: rgb(90,193,128); }

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

<style>
 a { background-color: #5AC180; }

 a { background-color: rgb(90,193,128); }

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

<style>
 span { border-color: #5AC180; }

 span { border-color: rgb(90,193,128); }

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