#5AED8C

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

Shades of Emerald #5AED8C

Tints of Emerald #5AED8C

Color information

#5AED8C (or 0x5AED8C) is unknown color: approx Emerald. HEX triplet: 5A, ED and 8C. RGB value is (90,237,140). Sum of RGB (Red+Green+Blue) = 90+237+140=467 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.27% from 467); Green value is 237 (92.97% from 255 or 50.75% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 237 - color contains mainly: green. Hex color #5AED8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AED8C is #A51273. Grayscale: #B6B6B6. Windows color (decimal): -10818164 or 9235802. OLE color: 9235802.

HSL color Cylindrical-coordinate representation of color #5AED8C: hue angle of 140.41º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AED8C is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB90237140-
CMYK0.6200.410.07
HSL140.41º80.33%64.12%-
HSV(B)140.41º62.03%92.94%-
XYZ39.2364.6435.22-
YUV181.99104.362.39-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 19.27%
GREEN value IS 237 (92.97% from 255) = 50.75%
BLUE value IS 140 (55.08% from 255) = 29.98%
R=19.27%
G=50.75%
B=29.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal902371400.6200.410.07140.4180.3364.12
Hex5AED8C3E02978c5040
Octal132355214760517214120100
Binary1011010111011011000110011111001010011111000110010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AED8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,237,140); }

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

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

 a { background-color: rgb(90,237,140); }

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

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

 span { border-color: rgb(90,237,140); }

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