#5AB98C

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

Shades of Silver Tree #5AB98C

Tints of Silver Tree #5AB98C

Color information

#5AB98C (or 0x5AB98C) is unknown color: approx Silver Tree. HEX triplet: 5A, B9 and 8C. RGB value is (90,185,140). Sum of RGB (Red+Green+Blue) = 90+185+140=415 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.69% from 415); Green value is 185 (72.66% from 255 or 44.58% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 185 - color contains mainly: green. Hex color #5AB98C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB98C is #A54673. Grayscale: #979797. Windows color (decimal): -10831476 or 9222490. OLE color: 9222490.

HSL color Cylindrical-coordinate representation of color #5AB98C: hue angle of 151.58º 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 #5AB98C is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB90185140-
CMYK0.5100.240.27
HSL151.58º40.43%53.92%-
HSV(B)151.58º51.35%72.55%-
XYZ26.338.7730.91-
YUV151.46121.5384.16-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.69%
GREEN value IS 185 (72.66% from 255) = 44.58%
BLUE value IS 140 (55.08% from 255) = 33.73%
R=21.69%
G=44.58%
B=33.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal901851400.5100.240.27151.5840.4353.92
Hex5AB98C330181B982836
Octal13227121463030332305066
Binary101101010111001100011001100110110001101110011000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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