#5ADB8B

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

Shades of Emerald #5ADB8B

Tints of Emerald #5ADB8B

Color information

#5ADB8B (or 0x5ADB8B) is unknown color: approx Emerald. HEX triplet: 5A, DB and 8B. RGB value is (90,219,139). Sum of RGB (Red+Green+Blue) = 90+219+139=448 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.09% from 448); Green value is 219 (85.94% from 255 or 48.88% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADB8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADB8B is #A52474. Grayscale: #ABABAB. Windows color (decimal): -10822773 or 9165658. OLE color: 9165658.

HSL color Cylindrical-coordinate representation of color #5ADB8B: hue angle of 142.79º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADB8B is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB90219139-
CMYK0.5900.370.14
HSL142.79º64.18%60.59%-
HSV(B)142.79º58.9%85.88%-
XYZ34.2154.733.18-
YUV171.31109.7670-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.09%
GREEN value IS 219 (85.94% from 255) = 48.88%
BLUE value IS 139 (54.69% from 255) = 31.03%
R=20.09%
G=48.88%
B=31.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal902191390.5900.370.14142.7964.1860.59
Hex5ADB8B3B025E8f403d
Octal132333213730451621710075
Binary1011010110110111000101111101101001011110100011111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ADB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,219,139); }

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

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

 a { background-color: rgb(90,219,139); }

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

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

 span { border-color: rgb(90,219,139); }

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