#5AB98B

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

Shades of Silver Tree #5AB98B

Tints of Silver Tree #5AB98B

Color information

#5AB98B (or 0x5AB98B) is unknown color: approx Silver Tree. HEX triplet: 5A, B9 and 8B. RGB value is (90,185,139). Sum of RGB (Red+Green+Blue) = 90+185+139=414 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.74% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 185 - color contains mainly: green. Hex color #5AB98B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB98B is #A54674. Grayscale: #979797. Windows color (decimal): -10831477 or 9156954. OLE color: 9156954.

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

Color convert

RGB90185139-
CMYK0.5100.250.27
HSL150.95º40.43%53.92%-
HSV(B)150.95º51.35%72.55%-
XYZ26.2338.7430.52-
YUV151.35121.0384.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.74%
GREEN value IS 185 (72.66% from 255) = 44.69%
BLUE value IS 139 (54.69% from 255) = 33.57%
R=21.74%
G=44.69%
B=33.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal901851390.5100.250.27150.9540.4353.92
Hex5AB98B330191B972836
Octal13227121363031332275066
Binary101101010111001100010111100110110011101110010111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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