#5AB38D

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

Shades of Silver Tree #5AB38D

Tints of Silver Tree #5AB38D

Color information

#5AB38D (or 0x5AB38D) is unknown color: approx Silver Tree. HEX triplet: 5A, B3 and 8D. RGB value is (90,179,141). Sum of RGB (Red+Green+Blue) = 90+179+141=410 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.95% from 410); Green value is 179 (70.31% from 255 or 43.66% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 179 - color contains mainly: green. Hex color #5AB38D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB38D is #A54C72. Grayscale: #949494. Windows color (decimal): -10833011 or 9286490. OLE color: 9286490.

HSL color Cylindrical-coordinate representation of color #5AB38D: hue angle of 154.38º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB38D is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB90179141-
CMYK0.5000.210.30
HSL154.38º36.93%52.75%-
HSV(B)154.38º49.72%70.2%-
XYZ25.1436.3430.89-
YUV148.06124.0186.59-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.95%
GREEN value IS 179 (70.31% from 255) = 43.66%
BLUE value IS 141 (55.47% from 255) = 34.39%
R=21.95%
G=43.66%
B=34.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal901791410.5000.210.30154.3836.9352.75
Hex5AB38D320151E9a2535
Octal13226321562025362324565
Binary101101010110011100011011100100101011111010011010100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,179,141); }

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

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

 a { background-color: rgb(90,179,141); }

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

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

 span { border-color: rgb(90,179,141); }

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