#5ABE85

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

Shades of Silver Tree #5ABE85

Tints of Silver Tree #5ABE85

Color information

#5ABE85 (or 0x5ABE85) is unknown color: approx Silver Tree. HEX triplet: 5A, BE and 85. RGB value is (90,190,133). Sum of RGB (Red+Green+Blue) = 90+190+133=413 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.79% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 190 - color contains mainly: green. Hex color #5ABE85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABE85 is #A5417A. Grayscale: #999999. Windows color (decimal): -10830203 or 8765018. OLE color: 8765018.

HSL color Cylindrical-coordinate representation of color #5ABE85: hue angle of 145.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ABE85 is Cyan = 0.53, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.25.

Color convert

RGB90190133-
CMYK0.5300.30.25
HSL145.8º43.48%54.9%-
HSV(B)145.8º52.63%74.51%-
XYZ26.8640.6928.63-
YUV153.6116.3782.63-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.79%
GREEN value IS 190 (74.61% from 255) = 46.00%
BLUE value IS 133 (52.34% from 255) = 32.20%
R=21.79%
G=46.00%
B=32.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901901330.5300.30.25145.843.4854.9
Hex5ABE853501E19922b37
Octal13227620565036312225367
Binary101101010111110100001011101010111101100110010010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,190,133); }

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

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

 a { background-color: rgb(90,190,133); }

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

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

 span { border-color: rgb(90,190,133); }

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