#5AC080

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

Shades of Emerald #5AC080

Tints of Emerald #5AC080

Color information

#5AC080 (or 0x5AC080) is unknown color: approx Emerald. HEX triplet: 5A, C0 and 80. RGB value is (90,192,128). Sum of RGB (Red+Green+Blue) = 90+192+128=410 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.95% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC080 is #A53F7F. Grayscale: #9A9A9A. Windows color (decimal): -10829696 or 8437850. OLE color: 8437850.

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

Color convert

RGB90192128-
CMYK0.5300.330.25
HSL142.35º44.74%55.29%-
HSV(B)142.35º53.12%75.29%-
XYZ26.9641.4327-
YUV154.21113.2182.2-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.95%
GREEN value IS 192 (75.39% from 255) = 46.83%
BLUE value IS 128 (50.39% from 255) = 31.22%
R=21.95%
G=46.83%
B=31.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901921280.5300.330.25142.3544.7455.29
Hex5AC08035021198e2d37
Octal13230020065041312165567
Binary1011010110000001000000011010101000011100110001110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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