#5ABF86

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

Shades of Silver Tree #5ABF86

Tints of Silver Tree #5ABF86

Color information

#5ABF86 (or 0x5ABF86) is unknown color: approx Silver Tree. HEX triplet: 5A, BF and 86. RGB value is (90,191,134). Sum of RGB (Red+Green+Blue) = 90+191+134=415 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.69% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABF86 is #A54079. Grayscale: #9A9A9A. Windows color (decimal): -10829946 or 8830810. OLE color: 8830810.

HSL color Cylindrical-coordinate representation of color #5ABF86: hue angle of 146.14º degrees, saturation: 0.44, 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 #5ABF86 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB90191134-
CMYK0.5300.300.25
HSL146.14º44.1%55.1%-
HSV(B)146.14º52.88%74.9%-
XYZ27.1541.1629.07-
YUV154.3116.5482.13-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.69%
GREEN value IS 191 (75% from 255) = 46.02%
BLUE value IS 134 (52.73% from 255) = 32.29%
R=21.69%
G=46.02%
B=32.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901911340.5300.300.25146.1444.155.1
Hex5ABF863501E19922c37
Octal13227720665036312225467
Binary101101010111111100001101101010111101100110010010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,191,134); }

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

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

 a { background-color: rgb(90,191,134); }

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

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

 span { border-color: rgb(90,191,134); }

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