#5ABD7C

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

Shades of Emerald #5ABD7C

Tints of Emerald #5ABD7C

Color information

#5ABD7C (or 0x5ABD7C) is unknown color: approx Emerald. HEX triplet: 5A, BD and 7C. RGB value is (90,189,124). Sum of RGB (Red+Green+Blue) = 90+189+124=403 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.33% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABD7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABD7C is #A54283. Grayscale: #989898. Windows color (decimal): -10830468 or 8174938. OLE color: 8174938.

HSL color Cylindrical-coordinate representation of color #5ABD7C: hue angle of 140.61º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABD7C is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB90189124-
CMYK0.5200.340.26
HSL140.61º42.86%54.71%-
HSV(B)140.61º52.38%74.12%-
XYZ26.0540.0225.42-
YUV151.99112.283.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.33%
GREEN value IS 189 (74.22% from 255) = 46.90%
BLUE value IS 124 (48.83% from 255) = 30.77%
R=22.33%
G=46.90%
B=30.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal901891240.5200.340.26140.6142.8654.71
Hex5ABD7C340221A8d2b37
Octal13227517464042322155367
Binary101101010111101111110011010001000101101010001101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,189,124); }

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

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

 a { background-color: rgb(90,189,124); }

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

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

 span { border-color: rgb(90,189,124); }

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