#5AD48A

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

Shades of Emerald #5AD48A

Tints of Emerald #5AD48A

Color information

#5AD48A (or 0x5AD48A) is unknown color: approx Emerald. HEX triplet: 5A, D4 and 8A. RGB value is (90,212,138). Sum of RGB (Red+Green+Blue) = 90+212+138=440 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.45% from 440); Green value is 212 (83.20% from 255 or 48.18% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 212 - color contains mainly: green. Hex color #5AD48A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD48A is #A52B75. Grayscale: #A7A7A7. Windows color (decimal): -10824566 or 9098330. OLE color: 9098330.

HSL color Cylindrical-coordinate representation of color #5AD48A: hue angle of 143.61º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD48A is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB90212138-
CMYK0.5800.350.17
HSL143.61º58.65%59.22%-
HSV(B)143.61º57.55%83.14%-
XYZ32.3551.132.2-
YUV167.09111.5873.02-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.45%
GREEN value IS 212 (83.20% from 255) = 48.18%
BLUE value IS 138 (54.30% from 255) = 31.36%
R=20.45%
G=48.18%
B=31.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal902121380.5800.350.17143.6158.6559.22
Hex5AD48A3A02311903b3b
Octal13232421272043212207373
Binary1011010110101001000101011101001000111000110010000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,212,138); }

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

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

 a { background-color: rgb(90,212,138); }

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

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

 span { border-color: rgb(90,212,138); }

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