#5AB97D

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

Shades of Emerald #5AB97D

Tints of Emerald #5AB97D

Color information

#5AB97D (or 0x5AB97D) is unknown color: approx Emerald. HEX triplet: 5A, B9 and 7D. RGB value is (90,185,125). Sum of RGB (Red+Green+Blue) = 90+185+125=400 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.5% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 185 - color contains mainly: green. Hex color #5AB97D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB97D is #A54682. Grayscale: #959595. Windows color (decimal): -10831491 or 8239450. OLE color: 8239450.

HSL color Cylindrical-coordinate representation of color #5AB97D: hue angle of 142.11º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB97D is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB90185125-
CMYK0.5100.320.27
HSL142.11º40.43%53.92%-
HSV(B)142.11º51.35%72.55%-
XYZ25.2738.3525.47-
YUV149.76114.0385.38-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.5%
GREEN value IS 185 (72.66% from 255) = 46.25%
BLUE value IS 125 (49.22% from 255) = 31.25%
R=22.5%
G=46.25%
B=31.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal901851250.5100.320.27142.1140.4353.92
Hex5AB97D330201B8e2836
Octal13227117563040332165066
Binary101101010111001111110111001101000001101110001110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,185,125); }

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

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

 a { background-color: rgb(90,185,125); }

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

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

 span { border-color: rgb(90,185,125); }

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