#5ABB8A

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

Shades of Silver Tree #5ABB8A

Tints of Silver Tree #5ABB8A

Color information

#5ABB8A (or 0x5ABB8A) is unknown color: approx Silver Tree. HEX triplet: 5A, BB and 8A. RGB value is (90,187,138). Sum of RGB (Red+Green+Blue) = 90+187+138=415 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.69% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 187 - color contains mainly: green. Hex color #5ABB8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABB8A is #A54475. Grayscale: #989898. Windows color (decimal): -10830966 or 9091930. OLE color: 9091930.

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

Color convert

RGB90187138-
CMYK0.5200.260.27
HSL149.69º41.63%54.31%-
HSV(B)149.69º51.87%73.33%-
XYZ26.5739.5530.28-
YUV152.41119.8683.48-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.69%
GREEN value IS 187 (73.44% from 255) = 45.06%
BLUE value IS 138 (54.30% from 255) = 33.25%
R=21.69%
G=45.06%
B=33.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal901871380.5200.260.27149.6941.6354.31
Hex5ABB8A3401A1B962a36
Octal13227321264032332265266
Binary101101010111011100010101101000110101101110010110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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