#5AC496

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

Shades of Silver Tree #5AC496

Tints of Silver Tree #5AC496

Color information

#5AC496 (or 0x5AC496) is unknown color: approx Silver Tree. HEX triplet: 5A, C4 and 96. RGB value is (90,196,150). Sum of RGB (Red+Green+Blue) = 90+196+150=436 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.64% from 436); Green value is 196 (76.95% from 255 or 44.95% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 196 - color contains mainly: green. Hex color #5AC496 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC496 is #A53B69. Grayscale: #9F9F9F. Windows color (decimal): -10828650 or 9880666. OLE color: 9880666.

HSL color Cylindrical-coordinate representation of color #5AC496: hue angle of 153.96º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AC496 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB90196150-
CMYK0.5400.230.23
HSL153.96º47.32%56.08%-
HSV(B)153.96º54.08%76.86%-
XYZ29.4643.8635.77-
YUV159.06122.8878.74-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.64%
GREEN value IS 196 (76.95% from 255) = 44.95%
BLUE value IS 150 (58.98% from 255) = 34.40%
R=20.64%
G=44.95%
B=34.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal901961500.5400.230.23153.9647.3256.08
Hex5AC49636017179a2f38
Octal13230422666027272325770
Binary101101011000100100101101101100101111011110011010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,196,150); }

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

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

 a { background-color: rgb(90,196,150); }

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

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

 span { border-color: rgb(90,196,150); }

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